summaryrefslogtreecommitdiff
path: root/images/led.bmp
blob: e3f8d42a6d1f7fd80bb58f08b303d7f9352c14be (plain)
1
2
3
4
5
6
#define on_width 16
#define on_height 16
static unsigned char on_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};