1
2
3
4
5
6
|
#define dimple1_width 16
#define dimple1_height 16
static char dimple1_bits[] = {
'\x55','\x55','\x00','\x00','\x55','\x55','\x00','\x00','\x55','\x55','\x00','\x00',
'\x55','\x55','\x00','\x00','\x55','\x55','\x00','\x00','\x55','\x55','\x00','\x00',
'\x55','\x55','\x00','\x00','\x55','\x55','\x00','\x00'};
|