From dce3df81d456417055601b7a439f02ac6949b57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Thu, 21 Sep 2023 14:42:10 +0200 Subject: [PATCH] boards: wio-terminal: Default to swapped 16-bit colors for LVGL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- boards/arm/wio_terminal/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/boards/arm/wio_terminal/Kconfig.defconfig b/boards/arm/wio_terminal/Kconfig.defconfig index a8974dbd566..cca0d78a232 100644 --- a/boards/arm/wio_terminal/Kconfig.defconfig +++ b/boards/arm/wio_terminal/Kconfig.defconfig @@ -6,3 +6,6 @@ config BOARD default "wio_terminal" depends on BOARD_WIO_TERMINAL + +config LV_COLOR_16_SWAP + default y if LVGL