summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index d72fe8a..36e8e37 100644
--- a/src/system.h
+++ b/src/system.h
@@ -2,6 +2,18 @@
#define SHUTDOWN_THRESHOLD 2048
+// TODO find a nice image
+const uint8_t systemPowerdownImage[] = {
+ 0x00,
+ 0x00,
+ 0x08,
+ 0x08,
+ 0x08,
+ 0x08,
+ 0x00,
+ 0x00
+};
+
/**
* Contains the system idle loop. Checks for button presses, handles
* standby/resume, reads data from the Modem and updates the Display.