From 8b649a7fa73b9449597b1cf3513e75c8f4733002 Mon Sep 17 00:00:00 2001 From: anbr Date: Thu, 29 Apr 2010 20:44:38 +0200 Subject: Allow setup font size Show current time, on dual line mode --- setup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.h') 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 */ -- cgit v1.2.3