mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
lv_color.h: delete unused commented code
This commit is contained in:
parent
507235a681
commit
25a6b0cde6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user