From 522fc7c8c46ab9191187f93389a0bf8d54dc0e28 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Mon, 16 Dec 2024 23:27:53 +0000 Subject: [PATCH] firmware: Disable performance monitor --- firmware/main/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/main/ui.c b/firmware/main/ui.c index 6d52e8e..abec1f8 100644 --- a/firmware/main/ui.c +++ b/firmware/main/ui.c @@ -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);