LCD Fett!
This commit is contained in:
parent
78c5424831
commit
c9d6696600
@ -89,7 +89,7 @@ namespace Matomat
|
|||||||
{
|
{
|
||||||
Console.WriteLine(text);
|
Console.WriteLine(text);
|
||||||
this.displayClear();
|
this.displayClear();
|
||||||
byte[] btext = text.ToCharArray("ÄÖÜäöü", new byte[] { 0xE1, 0xEF, 0xF5, 0xE1, 0xEF, 0xF5 });
|
byte[] btext = text.ToCharArray("ÄÖÜäöüß²", new byte[] { 0xE1, 0xEF, 0xF5, 0xE1, 0xEF, 0xF5, 0xE2, 0xFF });
|
||||||
byte[] upper;
|
byte[] upper;
|
||||||
byte[] lower;
|
byte[] lower;
|
||||||
if (text.Length > 80)
|
if (text.Length > 80)
|
||||||
|
@ -25,7 +25,10 @@ namespace Matomat
|
|||||||
{
|
{
|
||||||
while (!_shouldStop)
|
while (!_shouldStop)
|
||||||
{
|
{
|
||||||
lcd.print("Matomat, wikommen: Beste Säufer: x x x");
|
lcd.print("²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²abcdef 321"+
|
||||||
|
"² MATOMAT Wilkommen! ²ghijkl 123"+
|
||||||
|
"² Frohes genießen der Mate ²mnopqr 066"+
|
||||||
|
"²²²²²²²²²²²²²²²²²²²²²²²²²²²²²²stuvwx 001");
|
||||||
InputData input = inp.getAnyInput(0);
|
InputData input = inp.getAnyInput(0);
|
||||||
|
|
||||||
/*int userId = rfid.getCardID();
|
/*int userId = rfid.getCardID();
|
||||||
|
Loading…
Reference in New Issue
Block a user