Skip to content

Commit 30ef595

Browse files
committed
fix(examples): Fix LVGL benchmark
1 parent 8640d02 commit 30ef595

File tree

1 file changed

+2
-1
lines changed
  • examples/display_lvgl_benchmark/main

1 file changed

+2
-1
lines changed

examples/display_lvgl_benchmark/main/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@ void app_main(void)
3131
};
3232
cfg.lvgl_port_cfg.task_stack = 10000;
3333
bsp_display_start_with_config(&cfg);
34-
bsp_display_start();
3534
#endif
35+
bsp_display_start();
3636

3737
/* Set display brightness to 100% */
38+
bsp_display_brightness_init();
3839
bsp_display_backlight_on();
3940

4041
ESP_LOGI(TAG, "Display LVGL demo");

0 commit comments

Comments
 (0)