File: grid16

package info (click to toggle)
xbitmaps 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 928 kB
  • sloc: sh: 3,791; makefile: 315
file content (6 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
#define grid16_width 16
#define grid16_height 16
static char grid16_bits[] = {
   0x55, 0x55, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
   0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
   0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00};