mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +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:
parent
0e06e03ff5
commit
2e04d87e30
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ CONFIG_HAVE_CXXINITIALIZE=y
|
|||
CONFIG_IDLETHREAD_STACKSIZE=3072
|
||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||
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_SPICLOCK=4000000
|
||||
CONFIG_MM_REGIONS=3
|
||||
|
|
Loading…
Reference in a new issue