Skip to content

Commit

Permalink
update LvglWindowsSimulator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ataweg committed Sep 18, 2024
1 parent dd6e308 commit 435493f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions LvglWindowsSimulator/LvglWindowsSimulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,11 @@ int main()
// LVGL event examples
// ----------------------------------

// lv_example_event_1();
// lv_example_event_2();
// lv_example_event_3();
// lv_example_event_4();
// lv_example_event_bubble();
// lv_example_event_button();
// lv_example_event_click();
// lv_example_event_draw();
// lv_example_event_streak();

// ----------------------------------
// LVGL get_started examples
Expand Down Expand Up @@ -329,6 +330,7 @@ int main()
// lv_example_spinner_1(); // ok

// lv_example_switch_1(); // ok
// lv_example_switch_2(); // ok

// lv_example_table_1();
// lv_example_table_2(); // ok
Expand Down

0 comments on commit 435493f

Please sign in to comment.