Searched refs:LV_PALETTE_GREEN (Results 1 – 14 of 14) sorted by relevance
/lvgl-latest/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 | 21 lv_style_set_bg_color(&style_btn, lv_palette_main(LV_PALETTE_GREEN)); in new_theme_init_and_set() 22 lv_style_set_border_color(&style_btn, lv_palette_darken(LV_PALETTE_GREEN, 3)); in new_theme_init_and_set()
|
/lvgl-latest/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-latest/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 | 77 …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-latest/examples/widgets/meter/ |
D | lv_example_meter_2.c | 31 …_indicator_t * indic2 = lv_meter_add_arc(meter, scale, 10, lv_palette_main(LV_PALETTE_GREEN), -10); in lv_example_meter_2()
|
/lvgl-latest/examples/widgets/img/ |
D | lv_example_img_2.c | 17 green_slider = create_slider(lv_palette_main(LV_PALETTE_GREEN)); in lv_example_img_2()
|
/lvgl-latest/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-latest/demos/widgets/ |
D | lv_demo_widgets.c | 686 indic = lv_meter_add_arc(meter1, scale, 15, lv_palette_main(LV_PALETTE_GREEN), -40); in analytics_create() 708 meter2_indic[2] = lv_meter_add_arc(meter2, scale, 10, lv_palette_main(LV_PALETTE_GREEN), -20); in analytics_create() 750 indic = lv_meter_add_arc(meter3, scale, 10, lv_palette_main(LV_PALETTE_GREEN), 0); in analytics_create() 754 indic = lv_meter_add_scale_lines(meter3, scale, lv_palette_darken(LV_PALETTE_GREEN, 3), in analytics_create() 755 lv_palette_darken(LV_PALETTE_GREEN, 3), true, 0); in analytics_create() 816 lv_obj_set_style_text_color(hint, lv_palette_main(LV_PALETTE_GREEN), 0); in shop_create() 974 LV_PALETTE_BLUE, LV_PALETTE_GREEN, LV_PALETTE_BLUE_GREY, LV_PALETTE_ORANGE, in color_changer_create() 1142 lv_obj_set_style_bg_color(bullet3, lv_palette_main(LV_PALETTE_GREEN), 0); in create_meter_box() 1501 draw_rect_dsc.bg_color = lv_palette_main(LV_PALETTE_GREEN); in shop_chart_event_cb()
|
/lvgl-latest/docs/overview/ |
D | color.md | 52 - `LV_PALETTE_GREEN`
|
/lvgl-latest/src/misc/ |
D | lv_color.h | 267 LV_PALETTE_GREEN, enumerator
|