diff --git a/lv_misc/lv_color.h b/lv_misc/lv_color.h index c343f4f272..d9b4ca4224 100644 --- a/lv_misc/lv_color.h +++ b/lv_misc/lv_color.h @@ -101,11 +101,6 @@ typedef union uint16_t green :6; uint16_t red :5; #else -// uint16_t blue :5; -// uint16_t green_h :3; -// uint16_t green_l :3; -// uint16_t red :5; - uint16_t green_h :3; uint16_t red :5; uint16_t blue :5;