Skip to content

Commit 2e04d87

Browse files
robertalexa2000xiaoxiang781216
authored andcommitted
esp32-sparrow-kit: enable SSD1306 OLED display in the default configuration
Signed-off-by: Robert-Ionut Alexa <[email protected]>
1 parent 0e06e03 commit 2e04d87

File tree

1 file changed

+5
-0
lines changed
  • boards/xtensa/esp32/esp32-sparrow-kit/configs/nsh

1 file changed

+5
-0
lines changed

boards/xtensa/esp32/esp32-sparrow-kit/configs/nsh/defconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ CONFIG_HAVE_CXXINITIALIZE=y
4141
CONFIG_IDLETHREAD_STACKSIZE=3072
4242
CONFIG_INIT_ENTRYPOINT="nsh_main"
4343
CONFIG_INTELHEX_BINARY=y
44+
CONFIG_LCD=y
45+
CONFIG_LCD_DEV=y
46+
CONFIG_LCD_MAXCONTRAST=255
47+
CONFIG_LCD_SSD1306_CUSTOM=y
48+
CONFIG_LCD_SSD1306_I2C=y
4449
CONFIG_MMCSD=y
4550
CONFIG_MMCSD_SPICLOCK=4000000
4651
CONFIG_MM_REGIONS=3

0 commit comments

Comments
 (0)