|
| 1 | +// |
| 2 | +// Created with imageconvert, written by Larry Bank |
| 3 | +// 128 x 64 x 1-bit per pixel |
| 4 | +// compressed image data size = 358 bytes |
| 5 | +// |
| 6 | +// For non-Arduino systems |
| 7 | +#ifndef PROGMEM |
| 8 | +#define PROGMEM |
| 9 | +#endif |
| 10 | +const uint8_t bart_128x64[] PROGMEM = { |
| 11 | +0xbf,0xbb,0x80,0x00,0x40,0x00,0x5e,0x01,0xcc,0xa8,0xe9,0xcc,0x9f,0x09,0x1c,0x2c, |
| 12 | +0x3c,0x14,0x11,0x0a,0xa0,0xb6,0xe6,0x3e,0xe1,0x04,0xec,0xbc,0x74,0x21,0xf6,0x61, |
| 13 | +0x35,0x91,0xc5,0x98,0x25,0x74,0x14,0x1e,0xe0,0x91,0x09,0x98,0x29,0xa5,0x22,0xe6, |
| 14 | +0x0a,0x32,0x23,0x84,0x08,0x17,0xce,0x10,0x4e,0xa9,0x88,0xf0,0x49,0x8b,0xb2,0x13, |
| 15 | +0xac,0xc2,0x3f,0x85,0x08,0x84,0xec,0x96,0x18,0x51,0x79,0x85,0xcc,0x7f,0x59,0xc2, |
| 16 | +0x43,0x43,0x5f,0xfe,0xa0,0xcc,0x1b,0x61,0x75,0x94,0x85,0x84,0x42,0x5f,0xa0,0x47, |
| 17 | +0x10,0x09,0x91,0x10,0x88,0x4a,0xff,0xff,0x6c,0xc2,0xfa,0xa6,0x08,0x5e,0xbd,0x90, |
| 18 | +0xdf,0xbb,0xfb,0xff,0xfe,0xa6,0x1c,0x3c,0xa4,0x2b,0xff,0xc7,0x08,0x2c,0x76,0x88, |
| 19 | +0x55,0xa5,0xeb,0x44,0x26,0x1a,0x11,0x61,0xcc,0x21,0xbf,0x4f,0xe1,0xc8,0x48,0x8c, |
| 20 | +0x90,0xc7,0xfd,0xf0,0xcb,0xc3,0x57,0x1f,0xc2,0x46,0x28,0x39,0x82,0x09,0x84,0xd2, |
| 21 | +0xca,0xc2,0x3f,0x48,0xc2,0xfb,0xc6,0x2b,0x58,0xf4,0x83,0xee,0xa3,0x5b,0xc8,0xa7, |
| 22 | +0x79,0x48,0x58,0x44,0x26,0x08,0x84,0xd9,0x50,0x98,0x41,0xbf,0xc1,0x16,0x04,0x84, |
| 23 | +0x13,0x21,0x3f,0x0b,0xdd,0xff,0xf7,0xf4,0x92,0x77,0xf4,0x08,0x84,0xf6,0x42,0xbf, |
| 24 | +0x0a,0x9f,0xfa,0xf7,0xfe,0xde,0x4a,0xbb,0x5f,0xfb,0x05,0xf7,0xdd,0xeb,0xaf,0xac, |
| 25 | +0x77,0x5f,0x75,0xff,0x82,0x6a,0x96,0xd3,0xe8,0x11,0x0b,0xeb,0x4b,0xe9,0x38,0xfd, |
| 26 | +0x06,0x0f,0x58,0xfa,0xde,0xba,0xce,0x10,0x27,0x54,0x38,0x44,0x26,0x1f,0xe2,0x99, |
| 27 | +0x0a,0xf5,0x2a,0x09,0x5f,0xbe,0xb6,0x44,0xce,0x10,0x19,0xaa,0x7f,0xa5,0x7d,0x37, |
| 28 | +0x24,0x2f,0x09,0x61,0x90,0xef,0x5d,0x78,0x8b,0x55,0x5b,0xfd,0x3d,0x61,0x91,0xad, |
| 29 | +0x56,0xff,0x61,0xb2,0x2c,0x9c,0x49,0xac,0x45,0x32,0x19,0xfa,0x1e,0xc3,0xab,0x4f, |
| 30 | +0xa5,0x83,0x12,0xa1,0xa1,0x08,0x84,0xea,0x45,0xd6,0x0d,0x3f,0x4a,0xb4,0x85,0x8f, |
| 31 | +0x07,0x82,0x05,0x92,0x1f,0x87,0xd3,0xfc,0x6d,0x7f,0xf5,0xff,0xe8,0xe1,0x61,0x7f, |
| 32 | +0xff,0x8f,0xf3,0x88,0x05,0x7e,0x94,0xc3,0x52,0xc2,0xfb,0x89,0x82,0x16,0xfd,0x4c, |
| 33 | +0x3f,0xc2,0x56,0x86,0x38,0x00}; |
0 commit comments