Skip to content

Releases: ThingPulse/esp8266-oled-ssd1306

4.5.0

29 Mar 09:19
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @ropg made their first contribution in #394

Full Changelog: 4.4.1...4.5.0

4.4.1

21 Dec 19:58
Compare
Choose a tag to compare

Full list of changes: 4.4.0...4.4.1

4.4.0

22 Mar 21:34
Compare
Choose a tag to compare

Thanks @seife @FREEWING-JP

Full list of changes: 4.3.0...4.4.0

4.3.0

27 Mar 20:13
Compare
Choose a tag to compare
  • fixing SH1106Spi
  • fixing wrapping & breaking algorithm in drawStringMaxWidth()
  • add return values to drawString() & drawStringMaxWidth() to allow for features like vertical scrolling

Thanks to @seife for all the PRs!

Full list of changes: 4.2.1...4.3.0

Small fixes

25 Jul 05:48
Compare
Choose a tag to compare

Full list of changes: 4.2.0...4.2.1

More geometries, more fixes and 2nd HW I2C

16 Jan 23:10
Compare
Choose a tag to compare
  • #290, support two displays for Sh1106
  • #292, support 2nd HW I2C
  • #198, support 64x48
  • #314, support 64x32

Full list of changes: 4.1.0...4.2.0

Mbed-OS and more

10 Nov 21:28
Compare
Choose a tag to compare
  • support for SSD1306 128x32
  • support for Mbed-OS
  • corrected circle drawing algorithm
  • new clearPixel(x,y) function
  • added allocateBuffer() to be used while resuming from deep sleep instead of init()

Integration of many PRs

21 Mar 15:42
Compare
Choose a tag to compare

This release integrates many PRs from contributors. Many thanks and sorry that it took so long! There is one important change that you should notice: all binary resources like fonts and images are now using const uint8_t as data type, not const char. Adapting to this change is easy. Just change in your resource file from const char to const uint8_t

Added compatibility indicators for ESP32 on Platformio

17 Feb 15:53
Compare
Choose a tag to compare

Added compatibility indicators for ESP32

15 Feb 21:26
Compare
Choose a tag to compare
3.2.6

Added comment for ESP32