LCD Fett!

This commit is contained in:
BlubbFish 2011-10-09 19:46:47 +00:00
parent 78c5424831
commit c9d6696600
2 changed files with 5 additions and 2 deletions

View File

@ -89,7 +89,7 @@ namespace Matomat
{
Console.WriteLine(text);
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[] lower;
if (text.Length > 80)

View File

@ -25,7 +25,10 @@ namespace Matomat
{
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);
/*int userId = rfid.getCardID();