chore: fix comment typo

This commit is contained in:
Gabor Kiss-Vamosi
2022-03-20 21:39:17 +01:00
parent 6ba51f7f3f
commit 0e3bd11751

View File

@@ -63,7 +63,7 @@ typedef uint16_t lv_state_t;
* The possible parts of widgets.
* The parts can be considered as the internal building block of the widgets.
* E.g. slider = background + indicator + knob
* Note every part is used by every widget
* Not all parts are used by every widget
*/
enum {
LV_PART_MAIN = 0x000000, /**< A background like rectangle*/