Searched refs:lv_led_set_color (Results 1 – 4 of 4) sorted by relevance
18 lv_led_set_color(led2, lv_palette_main(LV_PALETTE_RED)); in lv_example_led_1()
70 void lv_led_set_color(lv_obj_t * led, lv_color_t color);
71 void lv_led_set_color(lv_obj_t * obj, lv_color_t color) in lv_led_set_color() function
13 You can set the color of the LED with `lv_led_set_color(led, lv_color_hex(0xff0080))`.