summaryrefslogtreecommitdiff
path: root/src/metawatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/metawatch.h')
-rw-r--r--src/metawatch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/metawatch.h b/src/metawatch.h
index a83ad0c..61eaa3a 100644
--- a/src/metawatch.h
+++ b/src/metawatch.h
@@ -32,8 +32,8 @@ public:
MessageModeChangeIndication = 0x33,
MessageWriteLcdBuffer = 0x40,
-
MessageUpdateLcdDisplay = 0x43,
+ MessageLoadTemplate = 0x44,
MessageGetBatteryStatus = 0x56,
MessageReadBatteryStatusResponse = 0x57,
@@ -91,6 +91,7 @@ public:
void updateLcdDisplayMode(WatchMode mode);
void updateWidgetList(const QList<WidgetInfo>& widgets);
+ void clearModeImage(WatchMode mode, bool black = false);
void sendModeImage(WatchMode mode, const QImage &image);
signals: