summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/l9.xbm
blob: 1589fda4756a06a584c0dec235f125ff5092b417 (plain)
1
2
3
4
5
6
#define l9_width 10
#define l9_height 16
static char l9_bits[] = { 0x00, 0x00,
   0xfc, 0x00, 0xfe, 0x01, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03, 0x03,
   0x03, 0x03, 0xfe, 0x03, 0xfe, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03,
   0xff, 0x01, 0xfe, 0x00, 0x00, 0x00};