summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-29 13:36:34 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-29 13:36:34 +0100
commit9f96509a454174fd10ed9924a9da81dd60bc8195 (patch)
tree04b699066b525c254beb85af36dafdce2f078eff /src/system.h
parentafbf9bf8e1422d7c810be524365e60973d8ec798 (diff)
add support for a powerdown image
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.