You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LVGL screen_transparency sample was refactored in two ways:
- Remove old obsolete display initialization code. LVGL does not even
react to this code because LVGL color format is determined during LVGL
initialization, which comes before main().
Further, the way it is written right now is incompatible with `AL_88`
color.
- Add some RGB color text for demonstration purposes.
Signed-off-by: Martin Stumpf <[email protected]>
0 commit comments