Browse Source

Aktualisieren src/main.cpp

ir
Th-Be 5 years ago
parent
commit
29fe629cf2
  1. 2
      src/main.cpp

2
src/main.cpp

@ -40,7 +40,7 @@ uint32_t lastDisplayUpdate = 0;
void helloWorld()
{
const char HelloWorld[] = "Ich bins Bens!";
const char HelloWorld[] = "IchbinsBens!";
//Serial.println("helloWorld");
display.setRotation(1);
display.setFont(&FreeMonoBold9pt7b);

Loading…
Cancel
Save