summaryrefslogtreecommitdiff
path: root/vfd.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-04-29 20:44:38 +0200
committeranbr <vdr07@deltab.de>2010-04-29 20:44:38 +0200
commit8b649a7fa73b9449597b1cf3513e75c8f4733002 (patch)
tree56f81ffe7b1360b739ecede52939ea0af0148b71 /vfd.h
parentc69752e202af6ccc3caa5857b6fa2da0729b8ffa (diff)
downloadvdr-plugin-targavfd-8b649a7fa73b9449597b1cf3513e75c8f4733002.tar.gz
vdr-plugin-targavfd-8b649a7fa73b9449597b1cf3513e75c8f4733002.tar.bz2
Allow setup font size0.0.4
Show current time, on dual line mode
Diffstat (limited to 'vfd.h')
-rw-r--r--vfd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vfd.h b/vfd.h
index 8486810..b324b1e 100644
--- a/vfd.h
+++ b/vfd.h
@@ -67,12 +67,12 @@ private:
class cVFD : public cVFDQueue {
- cVFDFont* pFont;
/* framebuffer and backingstore for current contents */
cVFDBitmap* framebuf;
cVFDBitmap* backingstore;
unsigned int lastIconState;
protected:
+ cVFDFont* pFont;
bool SendCmdClock();
bool SendCmdShutdown();
@@ -90,7 +90,7 @@ public:
bool flush ();
void icons(unsigned int state);
- virtual bool SetFont(const char *szFont, int m_bTwoLineMode);
+ virtual bool SetFont(const char *szFont, int bTwoLineMode, int nBigFontHeight, int nSmallFontHeight);
};