diff options
Diffstat (limited to 'docs')
| -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 908bd801c..6d82aa0f5 100644 --- a/docs/feature_oled_driver.md +++ b/docs/feature_oled_driver.md | |||
| @@ -146,6 +146,11 @@ void oled_task_user(void) { | |||
| 146 | 146 | ||
| 147 | ## Basic Configuration | 147 | ## Basic Configuration |
| 148 | 148 | ||
| 149 | These configuration options should be placed in `config.h`. Example: | ||
| 150 | ```c | ||
| 151 | #define OLED_BRIGHTNESS 128 | ||
| 152 | ``` | ||
| 153 | |||
| 149 | |Define |Default |Description | | 154 | |Define |Default |Description | |
| 150 | |---------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------| | 155 | |---------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------| |
| 151 | |`OLED_DISPLAY_ADDRESS` |`0x3C` |The i2c address of the OLED Display | | 156 | |`OLED_DISPLAY_ADDRESS` |`0x3C` |The i2c address of the OLED Display | |
