v.0.0.3 LedMatrix::drawChar

This commit is contained in:
tiijay
2025-11-04 11:29:09 +01:00
parent d138cb9763
commit ef341ea7ea
4 changed files with 27 additions and 39 deletions

View File

@@ -71,11 +71,12 @@ void setup()
// matrix.drawText(35, 1, "World", CRGB::Blue);
// matrix.drawText(1, 20, "<°|`¶>", CRGB::Yellow);
// matrix.drawText(1, 30, "Bottom", CRGB::Yellow);
matrix.drawText(1, 40, "ABCDEFGHIJ.", CRGB::Yellow);
// matrix.drawText(1, 40, "ABCDEFGHIJ.", CRGB::Yellow);
matrix.drawText(1, 40, "Moin u stupid", CRGB::Yellow);
matrix.show();
printCharMatrixSimple('S');
matrix.number_to_bitarray_msb(0x8F);
// printCharMatrixSimple('S');
// matrix.number_to_bitarray_msb(0x8F);
// playWithBlinkLed();
}