PokittoLib is the library needed for programming the Pokitto DIY game console (www.pokitto.com)

Dependents:   Sensitive

Fork of PokittoLib by Jonne Valola

Revision:
5:9b96eaceeb30
Parent:
4:ecf2fe370c1c
--- a/Pokitto_settings.h	Tue Sep 19 13:42:25 2017 +0000
+++ b/Pokitto_settings.h	Thu Oct 12 16:24:33 2017 +0000
@@ -333,7 +333,7 @@
     #define POK_STRETCH 1 // Stretch Gamebuino display
 #endif
 #ifndef POK_FPS
-    #define POK_FPS 20
+    #define POK_FPS 60
 #endif
 #define POK_FRAMEDURATION 1000/POK_FPS