Skip to main content
User.44
Associate II
December 15, 2020
Question

Change the background color of uboot logo, it cannot be changed

  • December 15, 2020
  • 2 replies
  • 1345 views

The drivers/video/stm32 stm32_ltdc.c in this file.The background color is black, and the modification is as follows:

0693W000006Fk2RQAS.pngIt's still white

This topic has been closed for replies.

2 replies

KnarfB
Super User
December 15, 2020

The first byte is alpha value/opacity. What happens if you say 0xFF0000FF. Blue?

User.44
User.44Author
Associate II
December 17, 2020

0xFF0000FF cannot set the background to blue. Change the bg_col_argb, the background color will not be changed