Skip to content

LVGL V8.1 lv_table Static text variable support, and fixed lv_table memory leak

Notifications You must be signed in to change notification settings

ChinaKServer/lvgl_table_static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

lvgl_table_static

LVGL V8.1 lv_table Static text variable support, and fixed lv_table memory leak

Enable static text variable support

#define LV_TABLE_USE_STATICTEXT 1

Call in program

be similar to > lv_label_set_txt_static

lv_table_set_cell_value_static(obj, row, col, txt);

About

LVGL V8.1 lv_table Static text variable support, and fixed lv_table memory leak

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages