Home
last modified time | relevance | path

Searched refs:LV_PALETTE_YELLOW (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/examples/styles/
Dlv_example_style_11.c26 lv_style_set_bg_color(&style_warning, lv_palette_main(LV_PALETTE_YELLOW)); in lv_example_style_11()
27 lv_style_set_border_color(&style_warning, lv_palette_darken(LV_PALETTE_YELLOW, 3)); in lv_example_style_11()
28 lv_style_set_text_color(&style_warning, lv_palette_darken(LV_PALETTE_YELLOW, 4)); in lv_example_style_11()
/lvgl-latest/examples/widgets/img/
Dlv_example_img_4.c18 lv_style_set_bg_color(&style, lv_palette_main(LV_PALETTE_YELLOW)); in lv_example_img_4()
/lvgl-latest/examples/widgets/meter/
Dlv_example_meter_4.c29 …icator_t * indic2 = lv_meter_add_arc(meter, scale, indic_w, lv_palette_main(LV_PALETTE_YELLOW), 0); in lv_example_meter_4()
/lvgl-latest/examples/others/fragment/
Dlv_example_fragment_2.c82 lv_obj_set_style_bg_color(content, lv_palette_main(LV_PALETTE_YELLOW), 0); in sample_fragment_create_obj()
/lvgl-latest/docs/overview/
Dcolor.md55 - `LV_PALETTE_YELLOW`
/lvgl-latest/src/misc/
Dlv_color.h270 LV_PALETTE_YELLOW, enumerator