aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/menudot.bitmap
blob: 8aa5f112a6730cc960b6d3844eb13ed23caa12c1 (plain)
1
2
3
4
5
6
#define menudot_width 16
#define menudot_height 16
static char menudot_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0xff, 0x0f,
   0xab, 0x0e, 0x57, 0x0d, 0xab, 0x0e, 0x57, 0x0d, 0xab, 0x0e, 0x57, 0x0d,
   0xab, 0x0e, 0x57, 0x0d, 0xff, 0x0f, 0xff, 0x0f};