Searched refs:LV_PALETTE_YELLOW (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/examples/styles/ |
D | lv_example_style_11.c | 26 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/ |
D | lv_example_img_4.c | 18 lv_style_set_bg_color(&style, lv_palette_main(LV_PALETTE_YELLOW)); in lv_example_img_4()
|
/lvgl-latest/examples/widgets/meter/ |
D | lv_example_meter_4.c | 29 …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/ |
D | lv_example_fragment_2.c | 82 lv_obj_set_style_bg_color(content, lv_palette_main(LV_PALETTE_YELLOW), 0); in sample_fragment_create_obj()
|
/lvgl-latest/docs/overview/ |
D | color.md | 55 - `LV_PALETTE_YELLOW`
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 270 LV_PALETTE_YELLOW, enumerator
|