summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/note.xbm
blob: 3d2cac9061e185e0642d0e50b2a2653769646caa (plain)
1
2
3
4
5
6
#define note_width 16
#define note_height 16
static unsigned char note_bits[] = {
   0xff, 0x03, 0x01, 0x06, 0x01, 0x0a, 0x01, 0x12, 0x01, 0x22, 0x01, 0x7e,
   0x01, 0x40, 0xbd, 0x43, 0x01, 0x40, 0x01, 0x40, 0xfd, 0x5e, 0x01, 0x40,
   0x01, 0x40, 0xbd, 0x4f, 0x01, 0x40, 0xff, 0x7f };