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_bump_n.cpp Source File

ter_bump_n.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_bump_n_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_bump_n[] = {
00015 16,9,
00016 255,255,255,243,63,255,255,255,255,255,244,68,68,79,255,255,
00017 255,244,52,68,68,67,79,255,244,52,68,68,68,68,67,79,
00018 52,68,68,68,68,68,68,67,115,85,69,85,69,85,69,87,
00019 135,115,85,85,85,85,87,88,120,119,117,85,85,87,119,119,
00020 120,135,119,119,119,55,136,119,
00021 };
00022