mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(led): fix a typo (#4037)
This commit is contained in:
parent
680d6d1a7d
commit
d81e126b6f
@ -133,7 +133,7 @@ void lv_led_toggle(lv_obj_t * obj)
|
||||
*====================*/
|
||||
|
||||
/**
|
||||
* Get the brightness of a LEd object
|
||||
* Get the brightness of a LED object
|
||||
* @param led pointer to LED object
|
||||
* @return bright 0 (max. dark) ... 255 (max. light)
|
||||
*/
|
||||
|
@ -95,7 +95,7 @@ void lv_led_off(lv_obj_t * led);
|
||||
void lv_led_toggle(lv_obj_t * led);
|
||||
|
||||
/**
|
||||
* Get the brightness of a LEd object
|
||||
* Get the brightness of a LED object
|
||||
* @param led pointer to LED object
|
||||
* @return bright 0 (max. dark) ... 255 (max. light)
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user