File: buffer.xbm

package info (click to toggle)
rosegarden 2.1-3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,652 kB
  • ctags: 4,273
  • sloc: ansic: 42,081; makefile: 4,042; sh: 1,711; tcl: 320
file content (6 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#define buffer_width 14
#define buffer_height 16
static char buffer_bits[] = {
   0x00, 0x00, 0xfc, 0x0f, 0x04, 0x08, 0x94, 0x08, 0x74, 0x0b, 0x04, 0x08,
   0xd4, 0x09, 0x04, 0x08, 0x74, 0x0b, 0x04, 0x09, 0xf4, 0x08, 0x44, 0x0b,
   0x04, 0x08, 0xfc, 0x0f, 0x00, 0x00, 0x00, 0x00};