summaryrefslogtreecommitdiff
path: root/vfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfd.h')
-rw-r--r--vfd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vfd.h b/vfd.h
index 5565e80..7efa0f9 100644
--- a/vfd.h
+++ b/vfd.h
@@ -89,7 +89,8 @@ public:
void clear ();
- int DrawText(int x, int y, const char* string);
+ int DrawText(int x, int y, const char* string, int nMaxWidth = 1024);
+ int DrawTextEclipsed(int x, int y, const char* string, int nMaxWidth = 1024);
int Height() const;
int Width() const;
bool Rectangle(int x1, int y1, int x2, int y2, bool filled);