Searched defs:bright (Results 1 – 3 of 3) sorted by relevance
110 void lv_led_set_bright(lv_obj_t * led, uint8_t bright) in lv_led_set_bright()146 uint8_t bright = lv_led_get_bright(led); in lv_led_toggle() local
39 uint8_t bright; /*Current brightness of the LED (0..255)*/ member
363 uint16_t bright = 3 * c32.ch.red + c32.ch.blue + 4 * c32.ch.green; in lv_color_to1() local
Completed in 8 milliseconds