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

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;