aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/epsilon.xbm
blob: 072b34907fbfd27f62e02c13a9bcc4a996d1611c (plain)
1
2
3
4
5
6
7
#define epsilon_width 15
#define epsilon_height 20
static char epsilon_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0xc0, 0x08,
   0x60, 0x00, 0x60, 0x00, 0xe0, 0x03, 0x60, 0x00, 0x60, 0x00, 0x60, 0x00,
   0xc0, 0x08, 0x80, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00};