summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 9b74e5e..12650b2 100644
--- a/setup.h
+++ b/setup.h
@@ -33,6 +33,9 @@ struct cVFDSetup
const int m_cWidth;
const int m_cHeight;
+ int m_nBigFontHeight;
+ int m_nSmallFontHeight;
+
char m_szFont[256];
int m_bTwoLineMode; /** enable two line mode */