1
0
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:
Gabor Kiss-Vamosi 2020-05-01 16:54:13 +02:00
parent aad8667a9f
commit c3361a67b2

View File

@ -197,7 +197,7 @@ enum {
**********************/
typedef union {
struct {
union {
uint8_t blue : 1;
uint8_t green : 1;
uint8_t red : 1;