Pokitto Community Team / Pixonia

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers anim_blue_flag1.cpp Source File

anim_blue_flag1.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 anim_blue_flag1_pal[] = {
00011 22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
00012 };
00013 
00014 const uint8_t anim_blue_flag1[] = {
00015 8,8,
00016 253,223,255,255,253,205,255,255,
00017 253,193,221,255,253,193,17,223,
00018 253,205,17,29,253,205,221,221,
00019 253,205,255,255,253,221,255,255,
00020 
00021 };
00022