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:
49:74201663ba8b
Parent:
46:e7e438368e16
Child:
50:ca94812a17b6
--- a/POKITTO_CORE/PokittoCore.cpp	Mon May 21 18:10:03 2018 +0000
+++ b/POKITTO_CORE/PokittoCore.cpp	Mon May 21 18:43:08 2018 +0000
@@ -1102,6 +1102,7 @@
 }
 
 int8_t Core::menu(const char* const* items, uint8_t length) {
+if (display.color>4) display.color=1;
 #if (ENABLE_GUI > 0)
 	display.persistence = false;
 	int8_t activeItem = 0;