aboutsummaryrefslogtreecommitdiff
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-11-19 13:23:59 -0700
committerAnatolij Gustschin <agust@denx.de>2021-12-26 23:23:52 +0100
commit4ea15482101bd2ef6d2086b1a8afb255de2e65e5 (patch)
treef9635b0e9e7a91c53c8b1d643fe764cad8f3b1bf /configs/sandbox_defconfig
parentc1cad06f69a8f3207bdb20ad038db930c0f5c139 (diff)
downloadu-boot-4ea15482101bd2ef6d2086b1a8afb255de2e65e5.zip
u-boot-4ea15482101bd2ef6d2086b1a8afb255de2e65e5.tar.gz
u-boot-4ea15482101bd2ef6d2086b1a8afb255de2e65e5.tar.bz2
video: theadorable: Use RGB565 for BMP blitting
At present this uses RGB555 format for blitting to a display. Sandbox uses 565 and that seems to be more normal for BMP as well. Update the code accordingly and add a test. Note that this likely breaks the theadorable board so we may need to discuss supporting both formats. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/sandbox_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 5dffc70..4f41358 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -286,6 +286,7 @@ CONFIG_SANDBOX_OSD=y
CONFIG_SPLASH_SCREEN_ALIGN=y
CONFIG_VIDEO_BMP_RLE8=y
CONFIG_BMP_16BPP=y
+CONFIG_BMP_24BPP=y
CONFIG_W1=y
CONFIG_W1_GPIO=y
CONFIG_W1_EEPROM=y