diff options
| -rw-r--r-- | firmware/export/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h index eeb8a36..c28bf57 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -28,7 +28,7 @@ /* max static loadable fonts buffer*/ #ifndef MAX_FONT_SIZE -#define MAX_FONT_SIZE 9000 /* max total fontsize allocation*/ +#define MAX_FONT_SIZE 4000 /* max total fontsize allocation*/ #endif /* |