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:
parent
eafe6a9a31
commit
dce3df81d4
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@
|
|||
config BOARD
|
||||
default "wio_terminal"
|
||||
depends on BOARD_WIO_TERMINAL
|
||||
|
||||
config LV_COLOR_16_SWAP
|
||||
default y if LVGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue