mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +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 {
|
typedef union {
|
||||||
struct {
|
union {
|
||||||
uint8_t blue : 1;
|
uint8_t blue : 1;
|
||||||
uint8_t green : 1;
|
uint8_t green : 1;
|
||||||
uint8_t red : 1;
|
uint8_t red : 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user