Skip to content

Commit 352ced0

Browse files
committed
formatting
1 parent 0851c99 commit 352ced0

2 files changed

Lines changed: 11 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ Find more in detail information about the supported boards, needed tools and
2525
the library APIs on the
2626
[project website](https://tenbaht.github.io/sduino/).
2727

28-
This whole thing is far from being a finished product. It is in alpha stage,
29-
but still already useful. It solved its purpose for me, it might me useful
30-
for others as well. The documentation is incomplete and written in a wild
31-
mix of English and German, but hopefully you can still figure it out.
32-
3328
All you need to get stated is a simple STM8S103F breakout board and a
3429
ST-Link V2 compatible flash programmer. Three boards and one flash
3530
programmer together are available for well under five dollars on

docs/api/Mini_SSD1306.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ of the screen:
8989
![My 0.96" OLED display](oled-ssd1306.jpg)
9090

9191
Technical 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

9999
Pin out of an I2C module:
100100

@@ -109,13 +109,13 @@ Pin |Function|STM8S103 pin |sduino pin
109109
## Further reading
110110

111111
Technical 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

115115
Other 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

Comments
 (0)