summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/l5.xbm
blob: c350ac3ed748585316ca0b49065f8a2f9ef558fd (plain)
1
2
3
4
5
6
#define l5_width 10
#define l5_height 16
static char l5_bits[] = { 0x00, 0x00,
   0xff, 0x03, 0xff, 0x03, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x7f, 0x00,
   0xff, 0x00, 0x80, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x80, 0x01,
   0xff, 0x00, 0x7f, 0x00, 0x00, 0x00};