zephyr/samples/display/ili9340/prj.conf
Jan Van Winkel 7b4b7f5bc2 samples: display: Updated ili9340 sample to use DTS
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>
2018-10-29 22:19:58 -04:00

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