~akheon23/pose/origin

« back to all changes in this revision

Viewing changes to SrcUnix/espws-2.0/stop.xbm

  • Committer: Christopher Werkshage
  • Date: 2014-12-27 12:51:57 UTC
  • Revision ID: git-v1:cc9410eb6ec5b4e23248dc175d142202f86be8e8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define stop_width 16
 
2
#define stop_height 16
 
3
static unsigned char stop_bits[] = {
 
4
   0xe0, 0x07, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfe, 0x7f, 0xff, 0xff,
 
5
   0x89, 0xcd, 0xdd, 0xaa, 0xd9, 0xca, 0xdb, 0xea, 0xd9, 0xed, 0xff, 0x7f,
 
6
   0xfe, 0x3f, 0xfc, 0x1f, 0xf8, 0x0f, 0xf0, 0x07};