File: circle_on.bit

package info (click to toggle)
xmix 2.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,061; makefile: 225
file content (6 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#define circle_on_width 15
#define circle_on_height 15
static char circle_on_bits[] = {
   0x00, 0x00, 0xe0, 0x03, 0x18, 0x0c, 0xe4, 0x13, 0xf4, 0x17, 0xfa, 0x2f,
   0xfa, 0x2f, 0xfa, 0x2f, 0xfa, 0x2f, 0xfa, 0x2f, 0xf4, 0x17, 0xe4, 0x13,
   0x18, 0x0c, 0xe0, 0x03, 0x00, 0x00};