File: timer.bitmap

package info (click to toggle)
exmh 1%3A2.9.0-8
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,932 kB
  • sloc: tcl: 38,143; perl: 1,647; makefile: 130; sh: 101; exp: 75; csh: 9; sed: 2
file content (8 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (50)
1
2
3
4
5
6
7
8
#define timer_width 16
#define timer_height 16
#define timer_x_hot 7
#define timer_y_hot 8
static char timer_bits[] = {
   0x00, 0x30, 0xe0, 0x73, 0xf8, 0xef, 0x1c, 0xdc, 0x06, 0x30, 0x06, 0x30,
   0x03, 0x60, 0x03, 0x60, 0xfb, 0x60, 0x83, 0x60, 0x83, 0x60, 0x86, 0x30,
   0x86, 0x30, 0x1c, 0x1c, 0xf8, 0x0f, 0xe0, 0x03};