|
@ -24,8 +24,6 @@ |
|
|
* LPC1768 LCD-specific defines |
|
|
* LPC1768 LCD-specific defines |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
#ifdef TARGET_LPC1768 |
|
|
|
|
|
|
|
|
|
|
|
// pointers to low level routines - must always supply these
|
|
|
// pointers to low level routines - must always supply these
|
|
|
//#define U8G_HAL_LINKS
|
|
|
//#define U8G_HAL_LINKS
|
|
|
#define HAL_LCD_pin_routines "HAL_LPC1768/HAL_LCD_pin_routines.h" |
|
|
#define HAL_LCD_pin_routines "HAL_LPC1768/HAL_LCD_pin_routines.h" |
|
@ -54,5 +52,3 @@ |
|
|
#define U8G_COM_T6963 u8g_com_null_fn |
|
|
#define U8G_COM_T6963 u8g_com_null_fn |
|
|
#define U8G_COM_FAST_PARALLEL u8g_com_null_fn |
|
|
#define U8G_COM_FAST_PARALLEL u8g_com_null_fn |
|
|
#define U8G_COM_UC_I2C u8g_com_null_fn |
|
|
#define U8G_COM_UC_I2C u8g_com_null_fn |
|
|
|
|
|
|
|
|
#endif |
|
|
|
|
|