mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-04 04:14:56 +00:00
docs
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user