summaryrefslogtreecommitdiff
path: root/GFX8/diamond
blob: c4c3823be85826672c4bc7ef4281e16d7652328d (plain)
1
2
3
4
#define diamond_width 8
#define diamond_height 8
static char diamond_bits[] = {
   0xe7, 0xdb, 0xb5, 0x62, 0x76, 0xbd, 0xdb, 0xe7};