Deploying to gh-pages from master @ 2761b17b98 🚀

gh-pages
tzarc 4 years ago
parent 19f6004a28
commit 2a764e0355
  1. 5
      feature_oled_driver.md

@ -146,6 +146,11 @@ void oled_task_user(void) {
## Basic Configuration
These configuration options should be placed in `config.h`. Example:
```c
#define OLED_BRIGHTNESS 128
```
|Define |Default |Description |
|---------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------|
|`OLED_DISPLAY_ADDRESS` |`0x3C` |The i2c address of the OLED Display |

Loading…
Cancel
Save