mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
esp32-sparrow-kit: enable SSD1306 OLED display in the default configuration
Signed-off-by: Robert-Ionut Alexa <robertalexa2000@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
0e06e03ff5
commit
2e04d87e30
@@ -41,6 +41,11 @@ CONFIG_HAVE_CXXINITIALIZE=y
|
|||||||
CONFIG_IDLETHREAD_STACKSIZE=3072
|
CONFIG_IDLETHREAD_STACKSIZE=3072
|
||||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||||
CONFIG_INTELHEX_BINARY=y
|
CONFIG_INTELHEX_BINARY=y
|
||||||
|
CONFIG_LCD=y
|
||||||
|
CONFIG_LCD_DEV=y
|
||||||
|
CONFIG_LCD_MAXCONTRAST=255
|
||||||
|
CONFIG_LCD_SSD1306_CUSTOM=y
|
||||||
|
CONFIG_LCD_SSD1306_I2C=y
|
||||||
CONFIG_MMCSD=y
|
CONFIG_MMCSD=y
|
||||||
CONFIG_MMCSD_SPICLOCK=4000000
|
CONFIG_MMCSD_SPICLOCK=4000000
|
||||||
CONFIG_MM_REGIONS=3
|
CONFIG_MM_REGIONS=3
|
||||||
|
|||||||
Reference in New Issue
Block a user