diff options
| -rw-r--r-- | docs/feature_oled_driver.md | 5 |
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 | ||
| 152 | These 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 | |
