1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Update lv_kb.h

Fixed enum prefix
This commit is contained in:
xennex22 2019-10-01 21:31:50 -07:00 committed by GitHub
parent 90b8b3eb76
commit 3c7cb46318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,9 +70,9 @@ typedef uint8_t lv_kb_style_t;
enum {
LC_KB_SHIFT_LOWER = 0,
LC_KB_SHIFT_UPPER,
LC_KB_SHIFT_SYMBOL,
LV_KB_SHIFT_LOWER = 0,
LV_KB_SHIFT_UPPER,
LV_KB_SHIFT_SYMBOL,
};
typedef uint8_t lv_kb_shift_t;