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.
Fork of PokittoLib by
PokittoPalettes.h
00001 #ifndef POK_PALETTES_H 00002 #define POK_PALETTES_H 00003 00004 #include "Pokitto_settings.h " 00005 00006 extern const unsigned char paletteDefault[]; 00007 extern const unsigned char paletteCGA[]; 00008 extern const unsigned char paletteNeon[]; 00009 extern const unsigned char palettePico[]; 00010 extern const unsigned char paletteCopper[]; 00011 extern const unsigned char paletteAction[]; 00012 extern const unsigned char paletteMagma[]; 00013 extern const unsigned char paletteRainbow[]; 00014 extern const unsigned char paletteMono[]; 00015 extern const unsigned char paletteGameboy[]; 00016 extern const unsigned char paletteZXSpec[]; 00017 extern const unsigned char paletteDB16[]; 00018 00019 00020 #define POK_DEFAULT_PALETTE paletteCGA 00021 00022 #endif 00023 00024
Generated on Tue Jul 12 2022 18:08:13 by
1.7.2
