Searched refs:LV_PALETTE_GREEN (Results 1 – 14 of 14) sorted by relevance
/lvgl-3.6.0/examples/styles/ |
D | lv_example_style_12.c | 11 lv_style_set_bg_color(&style, lv_palette_main(LV_PALETTE_GREEN)); in lv_example_style_12() 12 lv_style_set_border_color(&style, lv_palette_lighten(LV_PALETTE_GREEN, 3)); in lv_example_style_12()
|
D | lv_example_style_14.c | 22 lv_style_set_bg_color(&style_btn, lv_palette_main(LV_PALETTE_GREEN)); in new_theme_init_and_set() 23 lv_style_set_border_color(&style_btn, lv_palette_darken(LV_PALETTE_GREEN, 3)); in new_theme_init_and_set()
|
/lvgl-3.6.0/examples/widgets/span/ |
D | lv_example_span_1.c | 37 lv_style_set_text_color(&span->style, lv_palette_main(LV_PALETTE_GREEN)); in lv_example_span_1() 45 lv_style_set_text_color(&span->style, lv_palette_main(LV_PALETTE_GREEN)); in lv_example_span_1()
|
/lvgl-3.6.0/examples/widgets/chart/ |
D | lv_example_chart_3.c | 40 …lv_chart_series_t * ser1 = lv_chart_add_series(chart, lv_palette_lighten(LV_PALETTE_GREEN, 2), LV_… in lv_example_chart_3() 41 lv_chart_series_t * ser2 = lv_chart_add_series(chart, lv_palette_darken(LV_PALETTE_GREEN, 2), in lv_example_chart_3()
|
D | lv_example_chart_1.c | 15 …lv_chart_series_t * ser2 = lv_chart_add_series(chart, lv_palette_main(LV_PALETTE_GREEN), LV_CHART_… in lv_example_chart_1()
|
D | lv_example_chart_4.c | 78 …lv_chart_series_t * ser2 = lv_chart_add_series(chart, lv_palette_main(LV_PALETTE_GREEN), LV_CHART_… in lv_example_chart_4()
|
D | lv_example_chart_8.c | 96 …art.series_list[2] = lv_chart_add_series(stacked_area_chart.obj, lv_palette_main(LV_PALETTE_GREEN), in lv_example_chart_8()
|
D | lv_example_chart_2.c | 81 dsc->line_dsc->color = lv_palette_main(LV_PALETTE_GREEN); in draw_event_cb()
|
/lvgl-3.6.0/examples/widgets/meter/ |
D | lv_example_meter_2.c | 32 …_indicator_t * indic2 = lv_meter_add_arc(meter, scale, 10, lv_palette_main(LV_PALETTE_GREEN), -10); in lv_example_meter_2()
|
/lvgl-3.6.0/examples/widgets/img/ |
D | lv_example_img_2.c | 18 green_slider = create_slider(lv_palette_main(LV_PALETTE_GREEN)); in lv_example_img_2()
|
/lvgl-3.6.0/examples/others/msg/ |
D | lv_example_msg_2.c | 160 lv_obj_set_style_text_color(label, lv_palette_main(LV_PALETTE_GREEN), 0); in info_label_msg_event_cb()
|
/lvgl-3.6.0/demos/widgets/ |
D | lv_demo_widgets.c | 694 indic = lv_meter_add_arc(meter1, scale, 15, lv_palette_main(LV_PALETTE_GREEN), -40); in analytics_create() 716 meter2_indic[2] = lv_meter_add_arc(meter2, scale, 10, lv_palette_main(LV_PALETTE_GREEN), -20); in analytics_create() 758 indic = lv_meter_add_arc(meter3, scale, 10, lv_palette_main(LV_PALETTE_GREEN), 0); in analytics_create() 762 indic = lv_meter_add_scale_lines(meter3, scale, lv_palette_darken(LV_PALETTE_GREEN, 3), in analytics_create() 763 lv_palette_darken(LV_PALETTE_GREEN, 3), true, 0); in analytics_create() 824 lv_obj_set_style_text_color(hint, lv_palette_main(LV_PALETTE_GREEN), 0); in shop_create() 984 LV_PALETTE_BLUE, LV_PALETTE_GREEN, LV_PALETTE_BLUE_GREY, LV_PALETTE_ORANGE, in color_changer_create() 1152 lv_obj_set_style_bg_color(bullet3, lv_palette_main(LV_PALETTE_GREEN), 0); in create_meter_box() 1514 draw_rect_dsc.bg_color = lv_palette_main(LV_PALETTE_GREEN); in shop_chart_event_cb()
|
/lvgl-3.6.0/docs/overview/ |
D | color.md | 52 - `LV_PALETTE_GREEN`
|
/lvgl-3.6.0/src/misc/ |
D | lv_color.h | 268 LV_PALETTE_GREEN, enumerator
|