Skip to content

Releases: ThingPulse/esp8266-oled-ssd1306

4.6.2

Choose a tag to compare

@marcelstoer marcelstoer released this 09 Jan 06:44

What's Changed

  • Fix compilation error on ESP32C3 by @nicop4 in #424
  • Bug Fix: Remove sendCommand(NORMALDISPLAY) from setContrast() by @jasonacox in #427

New Contributors

Full Changelog: 4.6.1...4.6.2

4.6.1

Choose a tag to compare

@marcelstoer marcelstoer released this 25 May 09:23

What's Changed

Full Changelog: 4.6.0...4.6.1

4.6.0

Choose a tag to compare

@marcelstoer marcelstoer released this 24 May 10:11

What's Changed

New Contributors

Full Changelog: 4.5.0...4.6.0

4.5.0

Choose a tag to compare

@marcelstoer marcelstoer released this 29 Mar 09:19

What's Changed

New Contributors

  • @ropg made their first contribution in #394

Full Changelog: 4.4.1...4.5.0

4.4.1

Choose a tag to compare

@marcelstoer marcelstoer released this 21 Dec 19:58

Full list of changes: 4.4.0...4.4.1

4.4.0

Choose a tag to compare

@marcelstoer marcelstoer released this 22 Mar 21:34

Thanks @seife @FREEWING-JP

Full list of changes: 4.3.0...4.4.0

4.3.0

Choose a tag to compare

@marcelstoer marcelstoer released this 27 Mar 20:13
  • 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

Choose a tag to compare

@marcelstoer marcelstoer released this 25 Jul 05:48

Full list of changes: 4.2.0...4.2.1

More geometries, more fixes and 2nd HW I2C

Choose a tag to compare

@marcelstoer marcelstoer released this 16 Jan 23:10
  • #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

Choose a tag to compare

@marcelstoer marcelstoer released this 10 Nov 21:28
  • 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()