Files
2018-02-19 18:28:35 -05:00

7 lines
249 B
C

#define screen3_width 16
#define screen3_height 16
static char screen3_bits[] = {
0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,
0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff,0x55,0x55,
0xff,0xff};