We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8640d02 commit 30ef595Copy full SHA for 30ef595
examples/display_lvgl_benchmark/main/main.c
@@ -31,10 +31,11 @@ void app_main(void)
31
};
32
cfg.lvgl_port_cfg.task_stack = 10000;
33
bsp_display_start_with_config(&cfg);
34
- bsp_display_start();
35
#endif
+ bsp_display_start();
36
37
/* Set display brightness to 100% */
38
+ bsp_display_brightness_init();
39
bsp_display_backlight_on();
40
41
ESP_LOGI(TAG, "Display LVGL demo");
0 commit comments