revert(example) remove test codes

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-20 12:08:24 +02:00
parent 1386edf2fb
commit 6c013fe158
5 changed files with 3 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ void lv_example_flex_6(void)
lv_obj_set_style_base_dir(cont, LV_BASE_DIR_RTL, 0);
lv_obj_set_size(cont, 300, 220);
lv_obj_center(cont);
lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_COLUMN_WRAP);
lv_obj_set_flex_flow(cont, LV_FLEX_FLOW_ROW_WRAP);
uint32_t i;
for(i = 0; i < 20; i++) {
@@ -23,5 +23,4 @@ void lv_example_flex_6(void)
lv_obj_center(label);
}
}
#endif