@@ -89,12 +89,12 @@ of the screen:
8989![ My 0.96" OLED display] ( oled-ssd1306.jpg )
9090
9191Technical data:
92- * Driver chip SSD1306
93- * Display resolution: 128x64
94- * Power: 3.3V, approx. 20mA (5V possible)
95- * Interface: I2C, some modules support SPI as well
96- * I2C-Address: 0x3c, configurable to 0x3d by setting a solder bridge (on
97- some modules)
92+ * Driver chip SSD1306
93+ * Display resolution: 128x64
94+ * Power: 3.3V, approx. 20mA (5V possible)
95+ * Interface: I2C, some modules support SPI as well
96+ * I2C-Address: 0x3c, configurable to 0x3d by setting a solder bridge (on
97+ some modules)
9898
9999Pin out of an I2C module:
100100
@@ -109,13 +109,13 @@ Pin |Function|STM8S103 pin |sduino pin
109109## Further reading
110110
111111Technical information:
112- * Adafruit tutorial: https://learn.adafruit.com/monochrome-oled-breakouts
113- * SSD1306 datasheet: https://www.adafruit.com/datasheets/SSD1306.pdf
112+ * Adafruit tutorial: https://learn.adafruit.com/monochrome-oled-breakouts
113+ * SSD1306 datasheet: https://www.adafruit.com/datasheets/SSD1306.pdf
114114
115115Other libraries:
116- * Adafruit library: https://github.com/adafruit/Adafruit_SSD1306
117- * Old Arduino library u8glib: https://github.com/olikraus/u8glib
118- * newer library u8g2: https://github.com/olikraus/u8g2
116+ * Adafruit library: https://github.com/adafruit/Adafruit_SSD1306
117+ * Old Arduino library u8glib: https://github.com/olikraus/u8glib
118+ * newer library u8g2: https://github.com/olikraus/u8g2
119119
120120
121121## Possible improvements
0 commit comments