rockchip-linux / u-boot

U-Boot tree for pending commits
115 stars 79 forks source link

logo: fix 24bpp bmp logo file display problem #7

Closed ghost closed 7 years ago

ghost commented 7 years ago

The 24bpp logo bmp file does not display correctly, whose color will change. So just use 32bpp LCD to display 24bpp logo file, and set default alpha channel color to max value 255.

ghost commented 7 years ago

I encounter this problem in rk3368, and I have test this patch on platform rk3368.

keveryang commented 7 years ago

Could you send this patch to upstream so that we don't need to maintain it local? mailing list: U-Boot Mailing List U-Boot@lists.denx.de

ghost commented 7 years ago

The code of supporting logo.bmp is wrote by rokchip. So if I send the patch to uboot mail list, maybe they won't accept it. If the project in github is not maintained , I just close it. Thanks for your reading.

keveryang commented 7 years ago

Upstream will accept it if the patch is reasonable.