Skip to content

Commit

Permalink
lvgl/demo: Run all tests in benchmark
Browse files Browse the repository at this point in the history
Benchmark was running only onc scene in a loop.
Now whole benchmark is executed.

Signed-off-by: Jerzy Kasenberg <jerzy.kasenberg@codecoup.pl>
  • Loading branch information
kasjer committed Sep 21, 2023
1 parent de81e5e commit 0f17dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/lvgl/demo/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ main(int argc, char **argv)
sysinit();

if (MYNEWT_VAL_CHOICE(LVGL_DEMO, benchmark)) {
lv_demo_benchmark_run_scene(31);
lv_demo_benchmark();
} else if (MYNEWT_VAL_CHOICE(LVGL_DEMO, keypad_encoder)) {
lv_demo_keypad_encoder();
} else if (MYNEWT_VAL_CHOICE(LVGL_DEMO, music)) {
Expand Down

0 comments on commit 0f17dae

Please sign in to comment.