From ed5d853f77f12fb9c286ae8e1a705582f1996de2 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 7 Aug 2013 01:29:40 +0800 Subject: add GPS Logger --- gpslogger/images.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gpslogger/images.h (limited to 'gpslogger/images.h') diff --git a/gpslogger/images.h b/gpslogger/images.h new file mode 100644 index 0000000..2f92ee1 --- /dev/null +++ b/gpslogger/images.h @@ -0,0 +1,5 @@ +static const PROGMEM uint8_t tick[16 *16 / 8] = +{0x00,0x80,0xC0,0xE0,0xC0,0x80,0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0x78,0x30,0x00,0x00,0x01,0x03,0x07,0x0F,0x1F,0x1F,0x1F,0x0F,0x07,0x03,0x01,0x00,0x00,0x00,0x00}; + +static const PROGMEM uint8_t cross[16 *16 / 8] = +{0x00,0x0C,0x1C,0x3C,0x78,0xF0,0xE0,0xC0,0xE0,0xF0,0x78,0x3C,0x1C,0x0C,0x00,0x00,0x00,0x30,0x38,0x3C,0x1E,0x0F,0x07,0x03,0x07,0x0F,0x1E,0x3C,0x38,0x30,0x00,0x00}; -- cgit v1.2.3