diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-04-20 11:20:01 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-04-20 11:20:01 +1000 |
commit | 431cc8f156fe852ffd6fbfcc200a11b44d25bee7 (patch) | |
tree | 9e2c43dca233d1885b1cf54fbd6800c9bc714eda /unologger/images.h | |
parent | 01b4acc22ab23793e01652f3b9051b3a9d4c237d (diff) | |
download | 2021-arduino-obd-431cc8f156fe852ffd6fbfcc200a11b44d25bee7.tar.gz 2021-arduino-obd-431cc8f156fe852ffd6fbfcc200a11b44d25bee7.tar.bz2 2021-arduino-obd-431cc8f156fe852ffd6fbfcc200a11b44d25bee7.zip |
Update UnoLogger
Diffstat (limited to 'unologger/images.h')
-rw-r--r-- | unologger/images.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unologger/images.h b/unologger/images.h deleted file mode 100644 index 0a0f0b6..0000000 --- a/unologger/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}; |