diff options
author | Simon Glass <sjg@chromium.org> | 2021-11-19 13:23:59 -0700 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2021-12-26 23:23:52 +0100 |
commit | 4ea15482101bd2ef6d2086b1a8afb255de2e65e5 (patch) | |
tree | f9635b0e9e7a91c53c8b1d643fe764cad8f3b1bf /configs/sandbox_defconfig | |
parent | c1cad06f69a8f3207bdb20ad038db930c0f5c139 (diff) | |
download | u-boot-4ea15482101bd2ef6d2086b1a8afb255de2e65e5.tar.gz |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 5dffc704bd..4f413582fb 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 |