From 2a764e03558b38ae304cd7caadc4640a2af43e12 Mon Sep 17 00:00:00 2001 From: tzarc Date: Tue, 2 Nov 2021 06:20:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=202761b17b9869b60a739da6e793dd10a9af9e0feb=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_oled_driver.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feature_oled_driver.md b/feature_oled_driver.md index 908bd801c44..6d82aa0f59a 100644 --- a/feature_oled_driver.md +++ b/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 |