mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 01:55:23 +00:00
Update ili9340 display driver sample to make use of device tree overlay. Part of #10894 Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
15 lines
178 B
Plaintext
15 lines
178 B
Plaintext
CONFIG_PRINTK=y
|
|
|
|
CONFIG_HEAP_MEM_POOL_SIZE=16384
|
|
|
|
CONFIG_SPI=y
|
|
CONFIG_SPI_STM32=y
|
|
CONFIG_SPI_1=y
|
|
|
|
CONFIG_DISPLAY=y
|
|
CONFIG_ILI9340=y
|
|
CONFIG_DISPLAY_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_LOG=y
|
|
|