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!
POKITTO_CORE/PALETTES/palMagma.cpp
- Committer:
- Pokitto
- Date:
- 2019-12-25
- Revision:
- 71:531419862202
- Parent:
- 0:e8b8f36b4505
File content as of revision 71:531419862202:
#include "PokittoPalettes.h" const unsigned char paletteMagma[48] = { 0xfb,0xff,0xb2, 0xfc,0xda,0x90, 0xfc,0xad,0x6e, 0xfa,0x82,0x56, 0xf2,0x57,0x4a, 0xe7,0x43,0x4c, 0xc4,0x2a,0x5c, 0xa7,0x20,0x66, 0x89,0x19,0x6c, 0x6e,0x12,0x6e, 0x62,0x0d,0x6e, 0x53,0x06,0x6d, 0x3f,0x00,0x69, 0x2a,0x00,0x5b, 0x18,0x0b,0x3a, 0x06,0x04,0x11 };