1
0
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:
HanfG 2023-03-06 19:52:18 +08:00 committed by GitHub
parent 680d6d1a7d
commit d81e126b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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)
*/

View File

@ -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)
*/