Ver código fonte

Twitch support added

Aareschluchtje 9 anos atrás
pai
commit
55ffef34f2
1 arquivos alterados com 7 adições e 1 exclusões
  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);
+}