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
palPico.cpp
00001 #include "PokittoPalettes.h" 00002 00003 const unsigned char palettePico[16*3] = { 00004 0,0,0, 00005 29,43,83, 00006 126,37,83, 00007 0,135,81, 00008 00009 171,82,54, 00010 95,87,79, 00011 194,195,199, 00012 255,241,232, 00013 00014 255,0,77, 00015 255,163,0, 00016 255,240,36, 00017 0,231,86, 00018 00019 41,173,255, 00020 131,118,156, 00021 255,119,168, 00022 255,204,170 00023 }; 00024 00025 00026 00027 00028
Generated on Tue Jul 12 2022 18:08:12 by
1.7.2
