From 5b46aef559be5440d9197ce1e87fdda92c48263f Mon Sep 17 00:00:00 2001 From: olikraus Date: Tue, 14 Jul 2015 19:05:34 +0200 Subject: [PATCH] v1.18 --- examples/GraphicsTest/GraphicsTest.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/GraphicsTest/GraphicsTest.ino b/examples/GraphicsTest/GraphicsTest.ino index b5d87fb..456f631 100644 --- a/examples/GraphicsTest/GraphicsTest.ino +++ b/examples/GraphicsTest/GraphicsTest.ino @@ -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();