aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-11-02 06:19:36 +0000
committerQMK Bot <hello@qmk.fm>2021-11-02 06:19:36 +0000
commit464d67c68fd5083efc7f47f1817867c742c955fd (patch)
tree7b9ca1f1ec2f9f0c7828d80115be4fa0f3e3ae08
parent76fb54403ccd3ebaf1ca49c5172335e3593c5c5c (diff)
parent2761b17b9869b60a739da6e793dd10a9af9e0feb (diff)
downloadqmk_firmware-464d67c68fd5083efc7f47f1817867c742c955fd.tar.gz
qmk_firmware-464d67c68fd5083efc7f47f1817867c742c955fd.zip
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--docs/feature_oled_driver.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/feature_oled_driver.md b/docs/feature_oled_driver.md
index fc63e492d..0c926f674 100644
--- a/docs/feature_oled_driver.md
+++ b/docs/feature_oled_driver.md
@@ -149,6 +149,11 @@ bool oled_task_user(void) {
149 149
150## Basic Configuration 150## Basic Configuration
151 151
152These configuration options should be placed in `config.h`. Example:
153```c
154#define OLED_BRIGHTNESS 128
155```
156
152|Define |Default |Description | 157|Define |Default |Description |
153|---------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------| 158|---------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------|
154|`OLED_DISPLAY_ADDRESS` |`0x3C` |The i2c address of the OLED Display | 159|`OLED_DISPLAY_ADDRESS` |`0x3C` |The i2c address of the OLED Display |