Explorar o código

Twitch support added

Aareschluchtje %!s(int64=9) %!d(string=hai) anos
pai
achega
55ffef34f2
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      displayHandler.c

+ 7 - 1
displayHandler.c

@@ -120,4 +120,10 @@ void displayVolume(int pos)
 }
 
 
-
+void displayTwitch(char name[], char title[], char game[])
+{
+    ClearLcd();
+    LcdArrayLineOne(name, strlen(name));
+    LcdArrayLineTwo("Streaming", 9);
+    LcdBackLight(LCD_BACKLIGHT_ON);
+}