firmware: Disable performance monitor

This commit is contained in:
Jack O'Sullivan 2024-12-16 23:27:53 +00:00
parent f62f2414b0
commit 522fc7c8c4

View File

@ -716,7 +716,7 @@ void val_lvgl_ui(lv_display_t *disp) {
disp, color_primary, color_secondary,
true, // dark theme
font_normal);
// lv_sysmon_hide_performance(disp);
lv_sysmon_hide_performance(disp);
lv_font_t *f_hero_emoji = lv_imgfont_create(120, imgfont_get_path, NULL);
assert(f_hero_emoji);