PokittoLib with changes to lcd refresh etc.
Fork of Pokitto by
This is a fork by user @Spinal, and is used in Pokittris for testing. Do not import this to your own program.
POKITTO_CORE/PALETTES/palDefault.cpp@11:02ad9c807a21, 2017-10-15 (annotated)
- Committer:
- spinal
- Date:
- Sun Oct 15 18:03:02 2017 +0000
- Revision:
- 11:02ad9c807a21
- Parent:
- 0:e8b8f36b4505
fixed 4color refreshRegion code
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 |