Pokitto Community Team / Pixonia

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ter_hut.cpp Source File

ter_hut.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 
00011 const uint16_t ter_hut_pal[] = {
00012 22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
00013 };
00014 
00015 const uint8_t ter_hut[] = {
00016 18,19,
00017 255,255,255,255,255,255,255,255,255,255,255,255,188,191,255,255,255,255,
00018 255,255,255,45,199,136,15,255,255,255,255,120,34,136,0,135,255,255,
00019 255,136,136,136,0,120,120,143,255,136,136,135,0,120,135,7,136,255,
00020 240,0,208,120,135,136,112,120,127,248,0,136,7,135,112,119,7,143,
00021 240,128,0,8,120,135,7,125,255,247,8,128,0,112,120,125,215,255,
00022 248,0,8,135,119,141,102,128,255,240,13,208,0,141,214,109,141,255,
00023 247,13,208,0,8,141,216,215,255,248,13,216,128,112,0,215,112,255,
00024 48,13,208,8,141,215,112,3,255,116,221,208,0,7,112,13,71,255,
00025 135,131,72,128,112,13,55,120,255,120,136,131,8,141,55,119,119,255,
00026 120,136,136,131,55,119,136,119,255,
00027 };
00028 
00029