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.
Dependencies: PokittoLib
Fork of AnimationTest by
ter_gold.cpp
00001 00002 00003 /* 00004 * BMP image as 4bpp (16 colour index) data 00005 */ 00006 00007 #include <stdint.h> 00008 #include "Pixonia.h" 00009 00010 const uint16_t ter_gold_pal[] = { 00011 22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519 00012 }; 00013 00014 const uint8_t ter_gold[] = { 00015 16,9, 00016 255,255,255,243,59,255,255,255,255,255,244,60,195,191,255,255, 00017 255,244,60,34,204,195,79,255,244,59,187,198,204,36,67,79, 00018 51,59,178,44,43,188,67,67,116,51,44,204,38,35,52,71, 00019 135,131,51,60,35,68,55,120,120,120,131,67,68,55,119,119, 00020 120,135,136,131,55,119,136,119, 00021 }; 00022 00023
Generated on Tue Jul 12 2022 21:47:30 by
