Searched refs:ITEM_CNT (Results 1 – 2 of 2) sorted by relevance
4 #define ITEM_CNT 200 macro69 …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()
4 ITEM_CNT = 200 variable72 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…