mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-08 03:12:46 +08:00
lv_color.h: delete unused commented code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user