v.0.0.3 LedMatrix::drawChar
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user