app: set default text displayed
This commit is contained in:
parent
938e2467a4
commit
63f7f0ece5
@ -1074,8 +1074,8 @@ void main(void)
|
||||
matrix_puts(false, 1, 23, "MASCHINE", FONT_KING10, true, true, false);
|
||||
strip_rgbw(0, 0xffff, 0, 0);
|
||||
//command_matrix(NULL);
|
||||
matrix_puts(true, 1, 0, "MARCO", FONT_KING8, true, true, false);
|
||||
matrix_puts(true, 1, 8, "ROCKS", FONT_KING8, false, true, true);
|
||||
matrix_puts(true, 1, 0, "ZEIT ", FONT_KING8, true, true, false);
|
||||
matrix_puts(true, 1, 8, "MACHIN", FONT_KING8, false, true, true);
|
||||
|
||||
sleep_ms(3000); // show the text for a tiny bit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user