Closed GoogleCodeExporter closed 9 years ago
Thank you for the bug report.
Change
//U8GLIB_SBN1661_122X32(8,9,10,11,4,5,6,7,14,15, 17, U8G_PIN_NONE, 16); ; //
8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 cs1=14, cs2=15,di=17,rw=16,reset = 16
//U8GLIB_SSD1306_128X64(13, 11, 10, 9); // SW SPI Com: SCK = 13,
MOSI = 11, CS = 10, A0 = 9
//U8GLIB_SSD1306_128X64(10, 9); // HW SPI Com: CS = 10, A0 = 9
(Hardware Pins are SCK = 13 and MOSI = 11)
to
//U8GLIB_SBN1661_122X32 u8g(8,9,10,11,4,5,6,7,14,15, 17, U8G_PIN_NONE, 16); ;
// 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7 cs1=14, cs2=15,di=17,rw=16,reset = 16
//U8GLIB_SSD1306_128X64 u8g(13, 11, 10, 9); // SW SPI Com: SCK =
13, MOSI = 11, CS = 10, A0 = 9
//U8GLIB_SSD1306_128X64 u8g(10, 9); // HW SPI Com: CS = 10, A0 = 9
(Hardware Pins are SCK = 13 and MOSI = 11)
in the examples
Original comment by olikr...@gmail.com
on 4 Jul 2012 at 4:55
Original comment by olikr...@gmail.com
on 4 Jul 2012 at 4:57
Original comment by olikr...@gmail.com
on 4 Jul 2012 at 8:45
I am embarrassed that I did not see this.
Original comment by etmoo...@gmail.com
on 4 Jul 2012 at 10:15
Original issue reported on code.google.com by
etmoo...@gmail.com
on 3 Jul 2012 at 10:47