summaryrefslogtreecommitdiff
path: root/src/static_patterns.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-01 19:10:55 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-01 19:10:55 +0100
commitaf823d5dc61878e7aff1c8b66973e1ed7e5728f9 (patch)
tree8ea2146b58e493a6f2a46c76d1682fe16976aeb0 /src/static_patterns.h
parentfbfadac23b3b8cb868d0a1cfbc232669699c1acd (diff)
move "storage is empty" to PROGMEM as well
Diffstat (limited to 'src/static_patterns.h')
-rw-r--r--src/static_patterns.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/static_patterns.h b/src/static_patterns.h
index 8d708dd..f590f60 100644
--- a/src/static_patterns.h
+++ b/src/static_patterns.h
@@ -23,5 +23,12 @@ const uint8_t PROGMEM flashingPattern[] = {
0x00, 0x00, 0x07, 0x33, 0x55, 0x98, 0x00, 0x00
};
+const uint8_t PROGMEM emptyPattern[] = {
+ 0x10, 0x1a,
+ 0x20, 0x00,
+ ' ', 1, ' ', 'O', 'h', 'a', 'i', ' ', '-' ,' ',
+ 'S', 't', 'o', 'r', 'a', 'g', 'e', ' ', 'i', 's',
+ ' ', 'e', 'm', 'p', 't', 'y'
+};
#endif /* STATIC_PATTERNS_H_ */