app: set default text displayed

This commit is contained in:
King Kévin 2022-08-11 14:21:45 +02:00
parent 938e2467a4
commit 63f7f0ece5
1 changed files with 2 additions and 2 deletions

View File

@ -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