Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Public Projects
dotmatrixmodule
Commits
92563f17
Commit
92563f17
authored
Jun 17, 2019
by
Alexander Detsch
🐘
Browse files
adapted real texts
parent
f7ba951e
Changes
1
Hide whitespace changes
Inline
Side-by-side
dotmatrixmodule/dotmatrixmodule/lib/texts.h
View file @
92563f17
...
...
@@ -25,10 +25,10 @@
// NOTE: messages may not be longer than 59 chars. Otherwise they will not fit in the buffer.
// 123456789012345678901234567890123456789012345678901234567890
const
char
PROGMEM
message_00
[]
=
" ALLES GUTE ZUM GEBURTSTAG!"
;
const
char
PROGMEM
message_01
[]
=
"
I AM NO BOMB!
"
;
const
char
PROGMEM
message_02
[]
=
"
5 4 3 2 1 ... BOOM!
"
;
const
char
PROGMEM
message_03
[]
=
"
I'M SORRY DAVE, I'M AFRAID I CAN'
T
D
O
THAT
. "
;
const
char
PROGMEM
message_04
[]
=
"
NOW BYE ME A SOLDERING STATION
"
;
const
char
PROGMEM
message_01
[]
=
"
WAR JA DOCH GAR NICHT SO SCHWER, ODER?
"
;
const
char
PROGMEM
message_02
[]
=
"
UND JETZT WILLST DU DEN CODE HABEN?
"
;
const
char
PROGMEM
message_03
[]
=
"
HMM, NAGUT DANN WOLLEN WIR MAL NICH
T
S
O
SEIN..
. "
;
const
char
PROGMEM
message_04
[]
=
"
ALSO DER CODE IST 7948
"
;
const
char
PROGMEM
message_05
[]
=
" MAKE STUFF "
;
const
char
PROGMEM
message_06
[]
=
" IF YOU CAN'T OPEN IT, YOU DON'T OWN IT "
;
const
char
PROGMEM
message_07
[]
=
" 1337 3L3X7RON!C5 !1!! "
;
...
...
@@ -37,20 +37,20 @@ const char PROGMEM message_09[] = " SUDO MAKE ME A SANDWICH ";
const
char
PROGMEM
message_10
[]
=
" ZOMBIES AHEAD "
;
const
char
PROGMEM
message_11
[]
=
" HTTP://TINKERLOG.COM "
;
#define MAX_MESSAGES
12
#define MAX_MESSAGES
5
PGM_P
const
PROGMEM
messages
[]
=
{
message_00
,
message_01
,
message_02
,
message_03
,
message_04
,
message_05
/*
,message_05
,message_06
,message_07
,message_08
,message_09
,message_10
,
message_11
,message_11
*/
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment