Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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/palZXSpec.cpp
- Committer:
- Pokitto
- Date:
- 2017-10-11
- Revision:
- 6:72f87b7c7400
- Parent:
- 0:e8b8f36b4505
File content as of revision 6:72f87b7c7400:
#include "PokittoPalettes.h" const unsigned char paletteZXSpec[48] = { 0x00,0x00,0x00, //black 0x1C,0x1C,0x1C, // ANOTHER BLACK - POINTLESS. IVE MADE A VERY DARK GREY INSTEAD. 0x00,0x00,0xC0, //blue d 0x00,0x00,0xFF, //blue l 0xC0,0x00,0x00, // red d 0xFF,0x00,0x00, // red l 0xC0,0x00,0xC0, // magenta d 0xFF,0x00,0xFF, // magenta l 0x00,0xC0,0x00, // green d 0x00,0xFF,0x00, // green l 0x00,0xC0,0xC0, // cyan d 0x00,0xFF,0xFF, // cyan l 0xC0,0xC0,0x00, // yellow d 0xFF,0xFF,0x00, // yellow l 0xC0,0xC0,0xC0, // grey 0xFF,0xFF,0xFF // white };