Searched refs:LV_COLOR_LIME (Results 1 – 4 of 4) sorted by relevance
/lvgl-2.7.6/tests/lv_test_core/ |
D | lv_test_style.c | 244 _lv_style_list_set_local_color(&style_list, LV_STYLE_BG_COLOR, LV_COLOR_LIME); in cascade() 260 lv_test_assert_color_eq(LV_COLOR_LIME, color, "Get the value of a local'color' property"); in cascade() 387 …_color(&style_second, LV_STYLE_BG_COLOR | (LV_STATE_CHECKED) << LV_STYLE_STATE_POS, LV_COLOR_LIME); in states() 402 lv_test_assert_color_eq(LV_COLOR_LIME, color, "Get the value of a 'color' in checked state"); in states() 414 … lv_test_assert_color_eq(LV_COLOR_LIME, color, "Get the value of a 'color' in checked edit state"); in states()
|
/lvgl-2.7.6/ |
D | lv_conf_template.h | 44 #define LV_COLOR_TRANSP LV_COLOR_LIME /*LV_COLOR_LIME: pure green*/
|
/lvgl-2.7.6/src/lv_misc/ |
D | lv_color.h | 45 #define LV_COLOR_LIME LV_COLOR_MAKE(0x00, 0xFF, 0x00) macro
|
/lvgl-2.7.6/src/ |
D | lv_conf_internal.h | 92 # define LV_COLOR_TRANSP LV_COLOR_LIME /*LV_COLOR_LIME: pure green*/
|