lvgl: Enable keyboard and add HEX mode

This commit is contained in:
CTCaer
2020-04-30 03:53:04 +03:00
parent 3cecb03dac
commit 071dfa9792
3 changed files with 41 additions and 1 deletions

View File

@@ -336,7 +336,7 @@
#define USE_LV_BTNM 1
/*Keyboard (dependencies: lv_btnm)*/
#define USE_LV_KB 0
#define USE_LV_KB 1
/*Check box (dependencies: lv_btn, lv_label)*/
#define USE_LV_CB 1