disable untested pcd8544 driver for the moment

This commit is contained in:
devsaurus 2015-03-17 20:52:47 +01:00
parent 87598c5dfe
commit 09b650be41
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
// Enable display drivers
#define U8G_SSD1306_128x64_I2C
#define U8G_SSD1306_128x64_SPI
#define U8G_PCD8544_84x48
// untested
#undef U8G_PCD8544_84x48
#endif /* __U8G_CONFIG_H__ */