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/palAction.cpp
- Revision:
- 0:e8b8f36b4505
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/POKITTO_CORE/PALETTES/palAction.cpp Mon Sep 18 11:47:51 2017 +0000 @@ -0,0 +1,23 @@ +#include "PokittoPalettes.h" + +// A palette with blue and silver gradients and color highlights for shooter games + +const unsigned char paletteAction[48] = { +0x04,0x07,0x1f, +0x05,0x05,0x5f, +0x0e,0x09,0x93, +0x18,0x22,0xc4, +0x53,0xa5,0x4a, +0xef,0xbc,0x2b, +0xaf,0x50,0x26, +0x8f,0x11,0x0e, +0x14,0x20,0x38, +0x23,0x34,0x4f, +0x32,0x48,0x66, +0x47,0x62,0x8c, +0x66,0x7d,0xc7, +0x4b,0xa9,0xd1, +0x15,0xc9,0xda, +0xb8,0xed,0xfb +}; +