Changed LV_KB_MODE_TEXT_UC to LV_KB_MODE_TEXT_UPPER as suggested to make

it more intuitive.
This commit is contained in:
pete-pjb
2019-09-27 08:43:14 +01:00
parent e94f8e3cfc
commit 3f89a91d9c

View File

@@ -45,7 +45,7 @@ extern "C" {
enum {
LV_KB_MODE_TEXT,
LV_KB_MODE_NUM,
LV_KB_MODE_TEXT_UC,
LV_KB_MODE_TEXT_UPPER,
};
typedef uint8_t lv_kb_mode_t;