mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix lv_color_t with LV_COLOR_DEPTH 1
This commit is contained in:
parent
aad8667a9f
commit
c3361a67b2
@ -197,7 +197,7 @@ enum {
|
||||
**********************/
|
||||
|
||||
typedef union {
|
||||
struct {
|
||||
union {
|
||||
uint8_t blue : 1;
|
||||
uint8_t green : 1;
|
||||
uint8_t red : 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user