summaryrefslogtreecommitdiff
path: root/src/static_patterns.h
diff options
context:
space:
mode:
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_ */