Posted to tcl by schelte at Sun Mar 15 15:34:58 GMT 2009view raw

  1. set blankdata {
  2. #define blank_width 24
  3. #define blank_height 12
  4. static unsigned char blank_bits[] = {
  5. 0xff, 0xff, 0xff, 0x01, 0x00, 0x80, 0x01, 0x00,
  6. 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01,
  7. 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00, 0x80,
  8. 0x01, 0x00, 0x80, 0x01, 0x00, 0x80, 0x01, 0x00,
  9. 0x80, 0xff, 0xff, 0xff};
  10. }
  11.