An exciting survival game with random terrain by Jonne

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

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

const uint8_t ter_grain[] = {
16,12,
255,255,255,255,111,255,255,255,255,255,246,246,111,111,255,255,
255,255,99,242,118,63,111,255,255,111,103,102,102,118,44,111,
255,111,102,55,102,102,118,111,255,114,107,102,103,102,38,127,
247,55,120,102,102,103,183,111,55,120,108,199,38,118,134,179,
131,119,183,102,120,107,123,55,116,131,120,139,104,183,55,71,
135,136,131,119,188,55,119,120,120,120,136,131,55,119,119,119,

};