summaryrefslogtreecommitdiff
path: root/GFX8/rockswitch
blob: cc04d496d4b87216229ebd74f0f65c3416e98441 (plain)
1
2
3
4
#define rockswitch_width 8
#define rockswitch_height 8
static char rockswitch_bits[] = {
   0x00, 0x7e, 0x7e, 0x6a, 0x56, 0x4e, 0x7e, 0x00};