summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/font.c b/firmware/font.c
index cd74459b1e..8538ef9490 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -44,7 +44,7 @@
44/* max static loadable font buffer size */ 44/* max static loadable font buffer size */
45#ifndef MAX_FONT_SIZE 45#ifndef MAX_FONT_SIZE
46#if LCD_HEIGHT > 64 46#if LCD_HEIGHT > 64
47#if MEM > 2 47#if MEMORYSIZE > 2
48#define MAX_FONT_SIZE 60000 48#define MAX_FONT_SIZE 60000
49#else 49#else
50#define MAX_FONT_SIZE 10000 50#define MAX_FONT_SIZE 10000