Clean up some U8G files

This commit is contained in:
Scott Lahteine
2018-11-04 18:15:18 -06:00
parent 8014e1cc9d
commit b99f0776d6
3 changed files with 17 additions and 22 deletions

View File

@@ -20,8 +20,7 @@
*
*/
// use this file to select the com driver for device drivers that are NOT in the U8G library
// Use this file to select the com driver for device drivers that are NOT in the U8G library
#ifndef U8G_HAL_LINKS
@@ -71,4 +70,4 @@
#define U8G_COM_ST7920_HAL_SW_SPI u8g_com_null_fn
#define U8G_COM_ST7920_HAL_HW_SPI u8g_com_null_fn
#define U8G_COM_SSD_I2C_HAL u8g_com_null_fn
#endif
#endif