Releases: olikraus/U8g2_Arduino
Releases · olikraus/U8g2_Arduino
2.16.9
- 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
- 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
2.13.5
- 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
2.11.4
2.11.3
- 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)