boards: wio-terminal: Default to swapped 16-bit colors for LVGL.

Set default value for LV_COLOR_16_SWAP when LVGL is enabled to get
correct colors out-of-the-box.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-21 14:42:10 +02:00 committed by Maureen Helm
commit dce3df81d4

View file

@ -6,3 +6,6 @@
config BOARD
default "wio_terminal"
depends on BOARD_WIO_TERMINAL
config LV_COLOR_16_SWAP
default y if LVGL