An exciting survival game with random terrain by Jonne

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

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

const uint8_t pixelman_nw_2[] = {
8,12,
255,240,0,255,255,0,0,15,
240,112,0,0,255,208,0,0,
255,120,0,15,255,135,120,255,
255,34,33,127,114,34,33,15,
253,210,34,255,255,242,210,47,
255,39,240,112,255,125,255,223,

};