diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-11 17:41:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-11 17:41:39 +0100 |
commit | 5e9d724804b45bbb7f5acc58f8cf7befa33bf141 (patch) | |
tree | 092ed3a78ab895d300cb88f6e6eb77ba26393f84 /src | |
parent | 604490aa96efd0cf439b962a98313dc1ca9f6eae (diff) |
show name and version when storage is empty
Diffstat (limited to 'src')
-rw-r--r-- | src/static_patterns.h | 8 |
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_ */ |