An exciting survival game with random terrain by Jonne

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

ter_bump_se.cpp

Committer:
Pokitto
Date:
2018-05-02
Revision:
9:e92847eb42bf
Parent:
8:809b1982b4ae

File content as of revision 9:e92847eb42bf:



/*
 * BMP image as 4bpp (16 colour index) data
 */

#include <stdint.h>
#include "Pixonia.h"

const uint16_t ter_bump_se_pal[] = {
22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
};

const uint8_t ter_bump_se[] = {
16,10,
255,255,255,69,255,255,255,255,255,255,69,85,85,255,255,255,
255,69,85,85,85,95,255,255,69,85,85,85,85,85,255,255,
133,85,85,85,85,85,85,255,136,85,85,85,85,85,85,83,
120,132,85,85,85,85,85,71,135,120,133,85,85,85,55,119,
120,119,136,85,85,55,55,119,120,135,120,131,55,119,135,119,

};