Pokitto Community Team / Pixonia

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pixelman_se_1.cpp Source File

pixelman_se_1.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 pixelman_se_1_pal[] = {
00011 22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
00012 };
00013 
00014 const uint8_t pixelman_se_1[] = {
00015 8,12,
00016 255,0,15,255,240,0,0,255,
00017 0,7,119,15,0,125,125,255,
00018 255,135,135,255,242,23,120,255,
00019 114,34,112,223,127,34,33,127,
00020 255,34,39,223,255,215,47,255,
00021 255,215,223,255,255,253,223,255,
00022 
00023 };
00024