Home
last modified time | relevance | path

Searched refs:lv_table_set_cell_value (Results 1 – 12 of 12) sorted by relevance

/lvgl-latest/examples/widgets/table/
Dlv_example_table_1.c49 lv_table_set_cell_value(table, 0, 0, "Name"); in lv_example_table_1()
50 lv_table_set_cell_value(table, 1, 0, "Apple"); in lv_example_table_1()
51 lv_table_set_cell_value(table, 2, 0, "Banana"); in lv_example_table_1()
52 lv_table_set_cell_value(table, 3, 0, "Lemon"); in lv_example_table_1()
53 lv_table_set_cell_value(table, 4, 0, "Grape"); in lv_example_table_1()
54 lv_table_set_cell_value(table, 5, 0, "Melon"); in lv_example_table_1()
55 lv_table_set_cell_value(table, 6, 0, "Peach"); in lv_example_table_1()
56 lv_table_set_cell_value(table, 7, 0, "Nuts"); in lv_example_table_1()
59 lv_table_set_cell_value(table, 0, 1, "Price"); in lv_example_table_1()
60 lv_table_set_cell_value(table, 1, 1, "$7"); in lv_example_table_1()
[all …]
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_table.c34 lv_table_set_cell_value(table, row, column, value); in test_table_should_return_assigned_cell_value()
105 lv_table_set_cell_value(table, 0, 0, singleline_value); in test_table_row_height_should_increase_with_multiline_cell_value()
108 lv_table_set_cell_value(table, 0, 0, multiline_value); in test_table_row_height_should_increase_with_multiline_cell_value()
122 lv_table_set_cell_value(table, 0, 0, small_text); in test_table_should_wrap_long_texts()
125 lv_table_set_cell_value(table, 0, 0, long_text); in test_table_should_wrap_long_texts()
186 lv_table_set_cell_value(table, 0, 1, "2 cells are merged"); in test_table_rendering()
192 lv_table_set_cell_value(table, 1, 0, "5 cells are merged"); in test_table_rendering()
224 lv_table_set_cell_value(table, row_idx, col_idx, "00"); in test_table_should_reduce_cells()
233 lv_table_set_cell_value(table, row_idx, col_idx, "00"); in test_table_should_reduce_cells()
254 lv_table_set_cell_value(table, row_idx, col_idx, "00"); in test_table_should_reduce_cells_with_more_than_one_row()
[all …]
/lvgl-latest/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c92 lv_table_set_cell_value(obj, 0, 0, "00"); in selectors_create()
93 lv_table_set_cell_value(obj, 0, 1, "01"); in selectors_create()
94 lv_table_set_cell_value(obj, 1, 0, "10"); in selectors_create()
95 lv_table_set_cell_value(obj, 1, 1, "11"); in selectors_create()
96 lv_table_set_cell_value(obj, 2, 0, "20"); in selectors_create()
97 lv_table_set_cell_value(obj, 2, 1, "21"); in selectors_create()
98 lv_table_set_cell_value(obj, 3, 0, "30"); in selectors_create()
99 lv_table_set_cell_value(obj, 3, 1, "31"); in selectors_create()
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_3.c13 lv_table_set_cell_value(tb, 0, 2, tmp); in exch_table_item()
14 lv_table_set_cell_value(tb, i, 0, lv_table_get_cell_value(tb, j, 0)); in exch_table_item()
15 lv_table_set_cell_value(tb, j, 0, lv_table_get_cell_value(tb, 0, 2)); in exch_table_item()
18 lv_table_set_cell_value(tb, 0, 2, tmp); in exch_table_item()
19 lv_table_set_cell_value(tb, i, 1, lv_table_get_cell_value(tb, j, 1)); in exch_table_item()
20 lv_table_set_cell_value(tb, j, 1, lv_table_get_cell_value(tb, 0, 2)); in exch_table_item()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c564lv_table_set_cell_value(explorer->file_table, index++, 0, LV_SYMBOL_LEFT " " LV_FILE_NAVIGATION_P… in show_dir()
565 lv_table_set_cell_value(explorer->file_table, 0, 1, "0"); in show_dir()
566 lv_table_set_cell_value(explorer->file_table, 1, 1, "0"); in show_dir()
586 lv_table_set_cell_value(explorer->file_table, index, 1, "1"); in show_dir()
591 lv_table_set_cell_value(explorer->file_table, index, 1, "2"); in show_dir()
595 lv_table_set_cell_value(explorer->file_table, index, 1, "3"); in show_dir()
603 lv_table_set_cell_value(explorer->file_table, index, 1, "0"); in show_dir()
607 lv_table_set_cell_value(explorer->file_table, index, 1, "4"); in show_dir()
654 lv_table_set_cell_value(tb, 0, 2, tmp); in exch_table_item()
655 lv_table_set_cell_value(tb, i, 0, lv_table_get_cell_value(tb, j, 0)); in exch_table_item()
[all …]
/lvgl-latest/demos/benchmark/
Dlv_demo_benchmark.c643 lv_table_set_cell_value(table, 0, 0, "Name"); in summary_create()
644 lv_table_set_cell_value(table, 0, 1, "Avg. CPU"); in summary_create()
645 lv_table_set_cell_value(table, 0, 2, "Avg. FPS"); in summary_create()
646 lv_table_set_cell_value(table, 0, 3, "Avg. time (render + flush)"); in summary_create()
671 lv_table_set_cell_value(table, i + 2, 0, scenes[i].name); in summary_create()
675 lv_table_set_cell_value(table, i + 2, 1, "N/A"); in summary_create()
676 lv_table_set_cell_value(table, i + 2, 2, "N/A"); in summary_create()
677 lv_table_set_cell_value(table, i + 2, 3, "N/A"); in summary_create()
707 lv_table_set_cell_value(table, 1, 0, "All scenes avg."); in summary_create()
709 lv_table_set_cell_value(table, 1, 1, "N/A"); in summary_create()
[all …]
/lvgl-latest/src/widgets/table/
Dlv_table.h71 void lv_table_set_cell_value(lv_obj_t * obj, uint32_t row, uint32_t col, const char * txt);
Dlv_table.c91 void lv_table_set_cell_value(lv_obj_t * obj, uint32_t row, uint32_t col, const char * txt) in lv_table_set_cell_value() function
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_table_parser.c115 if(lv_streq("value", name)) lv_table_set_cell_value(table, row, column, value); in lv_xml_table_cell_apply()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c300 lv_table_set_cell_value(obj, 0, 0, "0,0"); in obj_test_task_cb()
304 lv_table_set_cell_value(obj, 1, 3, "1,3"); in obj_test_task_cb()
/lvgl-latest/docs/details/widgets/
Dtable.rst46 :cpp:expr:`lv_table_set_cell_value(table, row, col, "Content")`. The text is
/lvgl-latest/env_support/pikascript/
Dpika_lv_wegit.c351 lv_table_set_cell_value(lv_obj, row, col, txt); in pika_lvgl_table_set_cell_value()