An exciting survival game with random terrain by Jonne

Dependencies:   PokittoLib

Fork of AnimationTest by Pokitto Community Team

splatter.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 uint8_t splatter[] = {
8,8,
255,255,255,255,255,239,255,255,
255,255,255,255,255,255,239,255,
255,255,255,255,255,255,255,254,
255,239,255,255,255,255,255,255,

};