Home
last modified time | relevance | path

Searched refs:LV_COLOR_LIME (Results 1 – 4 of 4) sorted by relevance

/lvgl-2.7.6/tests/lv_test_core/
Dlv_test_style.c244 _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/
Dlv_conf_template.h44 #define LV_COLOR_TRANSP LV_COLOR_LIME /*LV_COLOR_LIME: pure green*/
/lvgl-2.7.6/src/lv_misc/
Dlv_color.h45 #define LV_COLOR_LIME LV_COLOR_MAKE(0x00, 0xFF, 0x00) macro
/lvgl-2.7.6/src/
Dlv_conf_internal.h92 # define LV_COLOR_TRANSP LV_COLOR_LIME /*LV_COLOR_LIME: pure green*/