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();