Posted to tcl by schelte at Sun Mar 15 15:34:58 GMT 2009view raw
- set blankdata {
- #define blank_width 24
- #define blank_height 12
- static unsigned char blank_bits[] = {
- 0xff, 0xff, 0xff, 0x01, 0x00, 0x80, 0x01, 0x00,
- 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01,
- 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80,
- 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00,
- 0x80, 0xff, 0xff, 0xff};
- }