Mercurial > flash_v2
view packages/hal/synth/arch/current/host/save.xbm @ 1777:c16341b1bac6 default tip
* Added execute permissions to files missed in conversion from CVS
| author | alexs |
|---|---|
| date | Mon, 12 Oct 2009 02:26:09 +0100 |
| parents | 7c1c8dc43ba1 |
| children |
line wrap: on
line source
#define save_width 16 #define save_height 15 static unsigned char save_bits[] = { 0x00, 0x00, 0xfe, 0xff, 0x0a, 0xa0, 0x0a, 0xe0, 0x0a, 0xa0, 0x0a, 0xa0, 0x0a, 0xa0, 0x0a, 0xa0, 0xf2, 0x9f, 0x02, 0x80, 0xf2, 0x9f, 0xf2, 0x93, 0xf2, 0x93, 0xf2, 0x93, 0xfc, 0xff, };
