summaryrefslogtreecommitdiff
path: root/metawatch/metawatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'metawatch/metawatch.h')
-rw-r--r--metawatch/metawatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/metawatch/metawatch.h b/metawatch/metawatch.h
index 719ec94..5401319 100644
--- a/metawatch/metawatch.h
+++ b/metawatch/metawatch.h
@@ -227,7 +227,7 @@ protected:
void updateLcdLines(Mode mode, const QImage& image, int lineA, int lineB);
void updateLcdLines(Mode mode, const QImage& image, const QVector<bool>& lines);
void configureLcdIdleSystemArea(bool entireScreen);
- void updateLcdDisplay(Mode mode, bool copy = true);
+ void updateLcdDisplay(Mode mode, int startRow = 0, int numRows = 0);
void loadLcdTemplate(Mode mode, int templ);
void enableButton(Mode mode, Button button, ButtonPress press);
void disableButton(Mode mode, Button button, ButtonPress press);