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/PALETTES/palDefault.cpp
- Revision:
- 0:e8b8f36b4505
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/POKITTO_CORE/PALETTES/palDefault.cpp Mon Sep 18 11:47:51 2017 +0000 @@ -0,0 +1,10 @@ +#include "PokittoPalettes.h" + +const unsigned char paletteDefault[] = { + 6,8,32,0, // width, height, start, only caps + 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char + 0x01, 0x5F, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char ! +}; + + +