diff --git a/application.c b/application.c index 58d23e0..a76e50b 100644 --- a/application.c +++ b/application.c @@ -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