summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/bigdot.xbm
blob: 332225ae28946913e75793a694e6ce3a5b8b1ea3 (plain)
1
2
3
4
5
#define bigdot_width 3
#define bigdot_height 3
// static unsigned char bigdot_bits[] = {
static char bigdot_bits[] = {
   0x02, 0x05, 0x02};