comment update littlevgl -> lvgl

This commit is contained in:
Gabor Kiss-Vamosi
2020-05-18 14:55:39 +02:00
parent 382f428a0e
commit 0f95c5b29b
14 changed files with 30 additions and 30 deletions

View File

@@ -293,7 +293,7 @@ static bool keypad_read(lv_indev_drv_t * indev_drv, lv_indev_data_t * data)
if(act_key != 0) {
data->state = LV_INDEV_STATE_PR;
/*Translate the keys to LittlevGL control characters according to your key definitions*/
/*Translate the keys to LVGL control characters according to your key definitions*/
switch(act_key) {
case 1:
act_key = LV_KEY_NEXT;