Skip to content

Releases: olikraus/U8g2_Arduino

2.16.9

12 Aug 10:52
Compare
Choose a tag to compare
  • Fonts u8g2_font_unifont_t_korean1, u8g2_font_unifont_t_korean2 (issue 266)
  • Added support for 64128N ST7565 based display (issue 292)
  • Added extended fonts (_te, unicodes 32-701, issue 284)
  • Added support for MAX7219 (issue 280)
  • Performance optimization for SSD1322/25/27 (issue 302)
  • Fixed setContrast for SSD1322 (issue 328)
  • Support for 96x16 SSD1306 OLED (issue 295)
  • Fixed OldStandard-Bold fonts (osb, issue 306)
  • Support for SED1520/SBN1661 (issue 324)

2.15.2

21 May 22:17
Compare
Choose a tag to compare
  • Added setBitmapMode (pull request 220), Warning: Default behavior of drawXBM has changed in this release.
  • Increased SPI speed to 8MHz for SSD1306, SH1106 and SSD1322 (issue 215)
  • Added some more examples (issue 216)
  • Added Urdu, Bengali, Hebrew and Polish language fonts (issues 221, 246 and 266)
  • Added more examples (issue 216)
  • Updated code for NHD C12864 (issues 219 and 241)
  • Improved speed for HW SPI with SSD13xx OLEDs (issue 215)

2.14.7

11 Mar 21:02
Compare
Choose a tag to compare
  • Bugfix: setFont does no longer resets the reference position (issue 195)
  • Support for ST7565 NHD C12864 (issue 186)
  • Support for SSD1329 128x96 OLED (issue 208)
  • Support for LC7981 240x128 (issue 193)
  • Performance improvement for the ST7920 (issue 200)

2.13.5

07 Feb 17:00
Compare
Choose a tag to compare
  • Support for ST7588 (issue 154)
  • ESP8266: Avoid RAM copy of the fonts (issue 159)
  • Support for SSD1607 (issue 133)
  • Support for hardware pin remapping on the ESP8266 (issue 158)
  • Bugfix for the KS0108 support (issue 168)
  • More fonts: https://github.com/olikraus/u8g2/wiki/fntgrpnbp (issue 174)

2.12.6

15 Jan 09:49
Compare
Choose a tag to compare
  • Support for SSD1309 (issue 113)
  • Enabled U8G2_HVLINE_SPEED_OPTIMIZATION (not sure why this was disabled)
  • Improved speed for ST7920 (up to 40%, issue 151)
  • Support for IST3020 (issue 153)

2.11.4

08 Jan 15:53
Compare
Choose a tag to compare

align release numbers

2.11.3

08 Jan 12:07
Compare
Choose a tag to compare
  • Support for LC7981 (issue 134)
  • Support for PCF8812 (issue 135)
  • Fixed wrong half-move notation in Little Rook Chess (issue 137)
  • Support for ST7567, Pax Instruments GLCD Shield (issue 138)
  • Support for NT7534 (issue 143)
  • Support for SSD1327, Seeedstudio OLED (issue 145)
  • Support for SSD1305 (issue 146)
  • Support for DOGM132 (issue 147)
  • Fixed a bug in the draw pixel procedure which appears of the full buffer,
    if the display width is not a multiple of 8 (issue 148)
  • Added XOR mode (setDrawColor 2, issue 56)

2.10.1

30 Dec 13:02
Compare
Choose a tag to compare
  • ST7565 LM6059 Display (issue 123)
  • SSD1606 eInk/ePaper Display (issue 100)
  • Documentation updates

2.9.2

23 Dec 10:38
Compare
Choose a tag to compare

Introduced SSD1306_VCOMH0 device and restored the init sequence for SSD1306_NONAME

2.9.1

20 Dec 21:18
Compare
Choose a tag to compare
  • Speed improvement for AVR/KS0108 (issue 104)
  • Support for UC1604 (issue 111)
  • Support for PCD8544/Nokia Display (issue 107)
  • Change/fixed behavior of userInterfaceSelectionList (issue 112)