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

Dependents:   YATTT sd_map_test cPong SnowDemo ... more

PokittoLib

Library for programming Pokitto hardware

How to Use

  1. Import this library to online compiler (see button "import" on the right hand side
  2. DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
  3. Change My_settings.h according to your project
  4. Start coding!
Revision:
23:f88837b8f914
Parent:
17:10609a82d462
Child:
28:958b71c4b92a
--- a/Pokitto_settings.h	Fri Dec 29 02:55:34 2017 +0000
+++ b/Pokitto_settings.h	Fri Dec 29 05:17:10 2017 +0000
@@ -382,5 +382,9 @@
 /** LOADER UPDATE MECHANISM **/
 #define POK_ENABLE_LOADER_UPDATES 1 //1=check for new loader versions on SD and update if new found
 
+#ifndef SPRITE_COUNT
+#define SPRITE_COUNT 4  // The default max sprite count
+#endif
+
 #endif // POKITTO_SETTINGS_H