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
- Import this library to online compiler (see button "import" on the right hand side
- DO NOT import mbed-src anymore, a better version is now included inside PokittoLib
- Change My_settings.h according to your project
- Start coding!
Diff: POKITTO_CORE/PokittoConsole.cpp
- Revision:
- 2:968589ca3484
- Parent:
- 0:e8b8f36b4505
- Child:
- 66:6281a40d73e6
--- a/POKITTO_CORE/PokittoConsole.cpp Mon Sep 18 12:34:05 2017 +0000 +++ b/POKITTO_CORE/PokittoConsole.cpp Tue Sep 19 08:47:36 2017 +0000 @@ -180,7 +180,6 @@ _display->print("Hit:");break; default: return; - break; } switch (c.msgtype) { @@ -284,7 +283,6 @@ int16_t oldx,oldy; uint16_t oldcolor; uint8_t oldsize; - bool oldenable; oldfont = (unsigned char*) _display->font; oldx = _display->cursorX; oldy = _display->cursorY;