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/palDefault.cpp@71:531419862202, 2019-12-25 (annotated)
- Committer:
- Pokitto
- Date:
- Wed Dec 25 23:59:52 2019 +0000
- Revision:
- 71:531419862202
- Parent:
- 0:e8b8f36b4505
Changed Mode2 C++ refresh code (graphical errors)
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 paletteDefault[] = { |
Pokitto | 0:e8b8f36b4505 | 4 | 6,8,32,0, // width, height, start, only caps |
Pokitto | 0:e8b8f36b4505 | 5 | 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char |
Pokitto | 0:e8b8f36b4505 | 6 | 0x01, 0x5F, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char ! |
Pokitto | 0:e8b8f36b4505 | 7 | }; |
Pokitto | 0:e8b8f36b4505 | 8 | |
Pokitto | 0:e8b8f36b4505 | 9 | |
Pokitto | 0:e8b8f36b4505 | 10 |