firmware: Disable performance monitor
This commit is contained in:
		@@ -716,7 +716,7 @@ void val_lvgl_ui(lv_display_t *disp) {
 | 
				
			|||||||
    disp, color_primary, color_secondary,
 | 
					    disp, color_primary, color_secondary,
 | 
				
			||||||
    true, // dark theme
 | 
					    true, // dark theme
 | 
				
			||||||
    font_normal);
 | 
					    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);
 | 
					  lv_font_t *f_hero_emoji = lv_imgfont_create(120, imgfont_get_path, NULL);
 | 
				
			||||||
  assert(f_hero_emoji);
 | 
					  assert(f_hero_emoji);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user