summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/square10.xbm
blob: d4199743800fd23273659a2bf2700a27e35241e3 (plain)
1
2
3
4
5
6
7
#define square10_width 14
#define square10_height 14
// static unsigned char square10_bits[] = {
static char square10_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};