Skip to content

Commit

Permalink
v1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Jul 14, 2015
1 parent 560ecf5 commit 5b46aef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/GraphicsTest/GraphicsTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 5b46aef

Please sign in to comment.