Searched refs:lv_led_set_color (Results 1 – 5 of 5) sorted by relevance
28 lv_led_set_color(led, lv_palette_main(LV_PALETTE_RED)); in test_led_render_1()43 lv_led_set_color(led, lv_palette_main(LV_PALETTE_AMBER)); in test_led_set_color_works()46 lv_led_set_color(led, lv_palette_main(LV_PALETTE_GREY)); in test_led_set_color_works()49 lv_led_set_color(led, lv_palette_main(LV_PALETTE_RED)); in test_led_set_color_works()
18 lv_led_set_color(led2, lv_palette_main(LV_PALETTE_RED)); in lv_example_led_1()
55 void lv_led_set_color(lv_obj_t * led, lv_color_t color);
68 void lv_led_set_color(lv_obj_t * obj, lv_color_t color) in lv_led_set_color() function
30 :cpp:expr:`lv_led_set_color(led, lv_color_hex(0xff0080))`. This will be used as its