Merge branch 'feat/font-cache' into dev

This commit is contained in:
Gabor Kiss-Vamosi
2021-03-08 14:51:15 +01:00
5 changed files with 31 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ static void btnm_event_handler(lv_obj_t * obj, lv_event_t event)
void lv_example_textarea_1(void)
{
lv_obj_t * ta = lv_textarea_create(lv_scr_act(), NULL);
lv_textarea_set_one_line(ta, true);
// lv_textarea_set_one_line(ta, true);
lv_obj_align(ta, NULL, LV_ALIGN_IN_TOP_MID, 0, 10);
lv_obj_add_state(ta, LV_STATE_FOCUSED); /*To be sure the cursor is visible*/