summaryrefslogtreecommitdiff
path: root/src/metawatch.h
diff options
context:
space:
mode:
authorJavier S. Pedro <dev.git@javispedro.com>2014-09-17 01:24:22 +0200
committerJavier S. Pedro <dev.git@javispedro.com>2014-09-17 01:24:22 +0200
commitbca10d6ab21bf0e49253fc01e313a4618b7fcae7 (patch)
tree6158979ea58697412e665bef5be6bb0cc176ff35 /src/metawatch.h
parentffa3bc65f508aa805c82db28f90b8e0776846c1a (diff)
downloadsalmeta-bca10d6ab21bf0e49253fc01e313a4618b7fcae7.tar.gz
salmeta-bca10d6ab21bf0e49253fc01e313a4618b7fcae7.zip
Improve how notifications look
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: