From 63f7f0ece5e250ddffc7c02afea5d1b32a94743f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 11 Aug 2022 14:21:45 +0200 Subject: [PATCH] app: set default text displayed --- application.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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