Home
last modified time | relevance | path

Searched refs:ITEM_CNT (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.7.0/examples/widgets/table/
Dlv_example_table_2.c4 #define ITEM_CNT 200 macro
69 …lv_table_set_row_cnt(table, ITEM_CNT); /*Not required but avoids a lot of memory reallocation lv_t… in lv_example_table_2()
76 for(i = 0; i < ITEM_CNT; i++) { in lv_example_table_2()
96 ITEM_CNT, elaps, mem_used); in lv_example_table_2()
Dlv_example_table_2.py4 ITEM_CNT = 200 variable
72 table.set_row_cnt(ITEM_CNT) # Not required but avoids a lot of memory reallocation lv_table_set_se…
78 for i in range(ITEM_CNT):
92 label.set_text(str(ITEM_CNT) + " items were created in " + str(elaps) + " ms\n using " + str(mem_us…