Mercurial > ecos
view packages/hal/synth/arch/current/host/save.xbm @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| 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, };
