An exciting survival game with random terrain by Jonne

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

ter_beach_sw.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_beach_sw_pal[] = {
22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519
};

const uint8_t ter_beach_sw[] = {
16,9,
255,255,255,243,63,255,255,255,255,255,247,119,115,79,255,255,
255,253,55,39,120,115,79,255,242,114,115,135,135,115,131,79,
34,33,17,114,114,119,119,115,242,34,34,33,45,55,39,127,
255,242,33,18,114,115,143,255,255,255,242,34,33,31,255,255,
255,255,255,242,47,255,255,255,
};