forked from nuttx/nuttx-update
esp32-sparrow-kit: enable framebuffer support in the default configuration
Signed-off-by: Robert-Ionut Alexa <robertalexa2000@gmail.com>
This commit is contained in:
parent
6adeae4d0a
commit
c3576d79d9
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,7 @@ CONFIG_ARCH_STACKDUMP=y
|
|||
CONFIG_ARCH_XTENSA=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=16717
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_DRIVERS_VIDEO=y
|
||||
CONFIG_ESP32_I2C0=y
|
||||
CONFIG_ESP32_I2C0_SDAPIN=21
|
||||
CONFIG_ESP32_SPI2=y
|
||||
|
@ -43,6 +44,7 @@ CONFIG_INIT_ENTRYPOINT="nsh_main"
|
|||
CONFIG_INTELHEX_BINARY=y
|
||||
CONFIG_LCD=y
|
||||
CONFIG_LCD_DEV=y
|
||||
CONFIG_LCD_FRAMEBUFFER=y
|
||||
CONFIG_LCD_MAXCONTRAST=255
|
||||
CONFIG_LCD_SSD1306_CUSTOM=y
|
||||
CONFIG_LCD_SSD1306_I2C=y
|
||||
|
@ -68,3 +70,4 @@ CONFIG_START_YEAR=2011
|
|||
CONFIG_SYSLOG_BUFFER=y
|
||||
CONFIG_SYSTEM_NSH=y
|
||||
CONFIG_UART0_SERIAL_CONSOLE=y
|
||||
CONFIG_VIDEO_FB=y
|
||||
|
|
Loading…
Reference in a new issue