Remove Eurocorp font/mainmenu, -4k DFU

This commit is contained in:
Willy-JL
2024-02-12 22:27:14 +00:00
parent 88d51a31f0
commit 90111a2aa7
5 changed files with 0 additions and 51 deletions

View File

@@ -20,9 +20,6 @@ typedef enum {
ColorXOR = 0x02,
} Color;
/** Provide defines to permit checking if new are fonts available*/
#define CANVAS_HAS_FONT_EUROCORP = 1
/** Fonts enumeration */
typedef enum {
FontPrimary,
@@ -30,7 +27,6 @@ typedef enum {
FontKeyboard,
FontBigNumbers,
FontBatteryPercent,
FontEurocorp,
// Keep last for fonts number calculation
FontTotalNumber,