From 25851949cce42c297b8a5c6b4daf684196c78a01 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Fri, 15 Aug 2014 21:36:03 +1000 Subject: Add NanoTimer --- pbox/images.h | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 pbox/images.h (limited to 'pbox/images.h') diff --git a/pbox/images.h b/pbox/images.h deleted file mode 100644 index 0a0f0b6..0000000 --- a/pbox/images.h +++ /dev/null @@ -1,5 +0,0 @@ -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}; - -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