This commit is contained in:
olikraus
2015-07-14 19:05:34 +02:00
parent 560ecf5a6e
commit 5b46aef559
-2
View File
@@ -139,8 +139,6 @@
//U8GLIB_SSD1351_128X128GH_332 u8g(8, 9, 7); // Arduino, HW SPI Com: SCK = 76, MOSI = 75, CS = 8, A0 = 9, RESET = 7 (Freetronics OLED)
//U8GLIB_SSD1351_128X128GH_HICOLOR u8g(8, 9, 7); // Arduino, HW SPI Com: SCK = 76, MOSI = 75, CS = 8, A0 = 9, RESET = 7 (Freetronics OLED)
U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NO_ACK);
void u8g_prepare(void) {
u8g.setFont(u8g_font_6x10);
u8g.setFontRefHeightExtendedText();