From df4f9660834d1b7c64466812c5ede06de2eb1d45 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Wed, 21 Aug 2013 13:27:39 +0800 Subject: update MicroLCD library --- obdlogger/MicroLCD.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'obdlogger/MicroLCD.h') diff --git a/obdlogger/MicroLCD.h b/obdlogger/MicroLCD.h index 1206414..a22a2ce 100644 --- a/obdlogger/MicroLCD.h +++ b/obdlogger/MicroLCD.h @@ -21,13 +21,6 @@ typedef enum { #define FLAG_PIXEL_DOUBLE_V 4 #define FLAG_PIXEL_DOUBLE (FLAG_PIXEL_DOUBLE_H | FLAG_PIXEL_DOUBLE_V) -extern const PROGMEM unsigned char font5x8[][5]; -extern const PROGMEM unsigned char digits8x8[][8] ; -extern const PROGMEM unsigned char digits16x16[][32]; -extern const PROGMEM unsigned char digits16x24[][48]; -extern const PROGMEM unsigned char font8x16_doslike[][16]; -extern const PROGMEM unsigned char font8x16_terminal[][16]; - class LCD_Common { public: -- cgit v1.2.3