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/palPico.cpp@0:e8b8f36b4505, 2017-09-18 (annotated)
- Committer:
- Pokitto
- Date:
- Mon Sep 18 11:47:51 2017 +0000
- Revision:
- 0:e8b8f36b4505
Initial;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Pokitto | 0:e8b8f36b4505 | 1 | #include "PokittoPalettes.h" |
Pokitto | 0:e8b8f36b4505 | 2 | |
Pokitto | 0:e8b8f36b4505 | 3 | const unsigned char palettePico[16*3] = { |
Pokitto | 0:e8b8f36b4505 | 4 | 0,0,0, |
Pokitto | 0:e8b8f36b4505 | 5 | 29,43,83, |
Pokitto | 0:e8b8f36b4505 | 6 | 126,37,83, |
Pokitto | 0:e8b8f36b4505 | 7 | 0,135,81, |
Pokitto | 0:e8b8f36b4505 | 8 | |
Pokitto | 0:e8b8f36b4505 | 9 | 171,82,54, |
Pokitto | 0:e8b8f36b4505 | 10 | 95,87,79, |
Pokitto | 0:e8b8f36b4505 | 11 | 194,195,199, |
Pokitto | 0:e8b8f36b4505 | 12 | 255,241,232, |
Pokitto | 0:e8b8f36b4505 | 13 | |
Pokitto | 0:e8b8f36b4505 | 14 | 255,0,77, |
Pokitto | 0:e8b8f36b4505 | 15 | 255,163,0, |
Pokitto | 0:e8b8f36b4505 | 16 | 255,240,36, |
Pokitto | 0:e8b8f36b4505 | 17 | 0,231,86, |
Pokitto | 0:e8b8f36b4505 | 18 | |
Pokitto | 0:e8b8f36b4505 | 19 | 41,173,255, |
Pokitto | 0:e8b8f36b4505 | 20 | 131,118,156, |
Pokitto | 0:e8b8f36b4505 | 21 | 255,119,168, |
Pokitto | 0:e8b8f36b4505 | 22 | 255,204,170 |
Pokitto | 0:e8b8f36b4505 | 23 | }; |
Pokitto | 0:e8b8f36b4505 | 24 | |
Pokitto | 0:e8b8f36b4505 | 25 | |
Pokitto | 0:e8b8f36b4505 | 26 | |
Pokitto | 0:e8b8f36b4505 | 27 | |
Pokitto | 0:e8b8f36b4505 | 28 |