aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/px.bitmap
blob: bcabdda7948beb41864c3f2b38bc11ee81482ee4 (plain)
1
2
3
4
5
6
7
8
9
#define px_width 25
#define px_height 16
static char px_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00,
   0x40, 0x67, 0x00, 0x00, 0x40, 0x63, 0x00, 0x00, 0x00, 0x63, 0x00, 0x00,
   0x80, 0x61, 0x00, 0x00, 0x80, 0x61, 0x00, 0x00, 0x80, 0x61, 0x00, 0x00,
   0x80, 0x31, 0x1b, 0x00, 0x80, 0x99, 0x1f, 0x00, 0xc0, 0x8f, 0x16, 0x00,
   0xc0, 0x00, 0x06, 0x00, 0xc0, 0x00, 0x12, 0x00, 0xc0, 0xc0, 0x12, 0x00,
   0xe0, 0xc3, 0x0f, 0x00};