This commit is contained in:
2025-06-04 16:26:30 +02:00
parent 2d1a6ae1f6
commit 1009a14673
10 changed files with 107 additions and 30 deletions

View File

@@ -68,8 +68,11 @@ int x = matrix.width();
int pass = 0;
void loop() {
scrollingText("Hello World!", 50, matrix.Color(255, 0, 255));
// matrixSerialLoop();
matrix.fillScreen(0);
matrix.setCursor(0, 0);
matrix.setTextColor(matrix.Color(255, 0, 255));
matrix.print("Outch");
matrix.show();
}
void scrollingText(String text, int speed, int color) {