Skip to content

Commit

Permalink
fix(example) revert text code from lv_example_checkbox_2
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Sep 24, 2021
1 parent 73e036b commit 28e9593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/widgets/checkbox/lv_example_checkbox_2.c
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ void lv_example_checkbox_2(void)
lv_obj_set_size(cont1, lv_pct(40), lv_pct(80));
lv_obj_add_event_cb(cont1, radio_event_handler, LV_EVENT_CLICKED, &active_index_1);

for (i = 0;i < 1;i++) {
for (i = 0;i < 5;i++) {
lv_snprintf(buf, sizeof(buf), "A %d", i + 1);
radiobutton_create(cont1, buf);

0 comments on commit 28e9593

Please sign in to comment.