File: sampleled.b

package info (click to toggle)
tkgate 2.1%2Brepack-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 28,372 kB
  • sloc: ansic: 62,300; tcl: 20,345; xml: 2,731; yacc: 1,177; lex: 839; sh: 664; makefile: 180; perl: 39
file content (6 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#define sampleled_width 13
#define sampleled_height 14
static unsigned char sampleled_bits[] = {
   0xe0, 0x00, 0x10, 0x01, 0x08, 0x02, 0x04, 0x04, 0x04, 0x04, 0x02, 0x08,
   0x02, 0x08, 0x02, 0x08, 0x01, 0x10, 0x01, 0x10, 0x01, 0x10, 0x01, 0x10,
   0x01, 0x10, 0xff, 0x1f};