move part of the CLI to microsd to free up space for COMPACT 0 builds

CLI wrapper and idea by Willy-JL
This commit is contained in:
MX
2024-06-15 15:12:50 +03:00
parent dac9ff6c13
commit 5d4ed946cb
18 changed files with 202 additions and 62 deletions

View File

@@ -170,7 +170,7 @@ void canvas_set_font(Canvas* canvas, Font font) {
} else if(font == FontBigNumbers) {
u8g2_SetFont(&canvas->fb, u8g2_font_profont22_tn);
} else if(font == FontBatteryPercent) {
u8g2_SetFont(&canvas->fb, u8g2_font_5x7_tf); //u8g2_font_micro_tr);
u8g2_SetFont(&canvas->fb, u8g2_font_5x7_tr); //u8g2_font_micro_tr);
} else {
furi_crash();
}