File: timer

package info (click to toggle)
irsim 9.7.75-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,596 kB
  • sloc: ansic: 24,733; sh: 6,803; makefile: 411; csh: 269; tcl: 76
file content (8 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#define timer_width 16
#define timer_height 16
#define timer_x_hot 8
#define timer_y_hot 8
static char timer_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xf8, 0x0f, 0x10, 0x04, 0x10, 0x04, 0xd0, 0x05,
   0xa0, 0x02, 0x40, 0x01, 0x40, 0x01, 0xa0, 0x02, 0x90, 0x04, 0xd0, 0x05,
   0xd0, 0x05, 0xf8, 0x0f, 0x00, 0x00, 0x00, 0x00};