summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-11 17:41:39 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-11 17:41:39 +0100
commit5e9d724804b45bbb7f5acc58f8cf7befa33bf141 (patch)
tree092ed3a78ab895d300cb88f6e6eb77ba26393f84
parent604490aa96efd0cf439b962a98313dc1ca9f6eae (diff)
show name and version when storage is empty
-rw-r--r--src/static_patterns.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/static_patterns.h b/src/static_patterns.h
index 9190180..b1147a9 100644
--- a/src/static_patterns.h
+++ b/src/static_patterns.h
@@ -34,11 +34,11 @@ const uint8_t PROGMEM flashingPattern[] = {
};
const uint8_t PROGMEM emptyPattern[] = {
- 0x10, 0x1a,
+ 0x10, 0x28,
0x20, 0x00,
- ' ', 1, ' ', 'O', 'h', 'a', 'i', ' ', '-' ,' ',
- 'S', 't', 'o', 'r', 'a', 'g', 'e', ' ', 'i', 's',
- ' ', 'e', 'm', 'p', 't', 'y'
+ ' ', 1, ' ', 'B', 'l', 'i', 'n', 'k', 'e', 'n', 'r', 'o', 'c', 'k', 'e',
+ 't', ' ', 'v', '0', '.', '9', ' ', '-', ' ', 'S', 't', 'o', 'r', 'a', 'g',
+ 'e', ' ', 'i', 's', ' ', 'e', 'm', 'p', 't', 'y'
};
#endif /* STATIC_PATTERNS_H_ */