Deploying to gh-pages from master @ 2761b17b98 🚀

This commit is contained in:
tzarc 2021-11-02 06:20:31 +00:00
parent 19f6004a28
commit 2a764e0355

View file

@ -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 |