Releases: olikraus/U8g2_Arduino
Releases · olikraus/U8g2_Arduino
2.26.14
- Support for Pimoroni 128x128 OLED SH1107 (issue 803)
- Support for Grove 128x128 OLED SH1107 (issue 877)
- Support for Winstar 256x128 ST75256 (ST75256_WO256X128, issue 891)
- Bugfix: Open Iconic 1x for U8x8 (issue 828)
- Added sendF command for direct communication with the display (issues 822, 878, 896)
- Support for CG160160 UC1611 (issue 884)
- Support for LM6063 128x64 ST7565 (issue 893)
- Added fonts from pentacom (issue 810)
- Support for ST7511 (issue 876)
- Support for SSD1316 132x32 (issue 919)
- Support for ST75320 (issue 921)
- Added JLX256160M for mirrored version of the JLX256160 display (issue 930)
- Unifont update to 12.1.02, added several plane 1 fonts (issue 931)
- bdfconv.exe: Windows exe created, bugfix with -d option (issue 833)
2.25.10
- Improved speed for I2C with SSD1306 controller: 4% faster now (issue 735)
- Fixed code problems (issues 766 and 754)
- Added battery symbols and emoticons (issue 747)
- New U8x8 font format, added large U8x8 fonts (issue 771)
- Added alternative version for ERC12864 (issue 790)
- Added Waveshare SSD1607 200x200 support (issue 637)
- Added support for SSD1318 (issue 784)
- Partial display update with updateDisplayArea (issue 736)
- Several new decorative and fancy fonts (issue 801)
2.24.3
2.23.18
- NEW FONT FORMAT for speedup of the unicode font section (issue 596)
- Fixed a bug in the font construction for monospaced fonts (issue 669)
- Fixed a bug with the CS line for huge KS0108 displays (issue 631)
- Fixed #if's for some AVR uC (issue 662)
- Added support for SH1108 controller (issue 619)
- Added support for T6963 160x80 Displays (issue 635)
- Added support for EA W128128 (issue 641)
- Added support for LC7981 240x64 (issue 642)
- Added support for ST7567 ENH-DG128064 (issue 616)
- Included pull request for ST7586, support for ERC240160 & s028hn118a (pull request 660)
- Added SpaceTrash game (issue 622)
- Added contributed 7-segment font, https://github.com/olikraus/u8g2/wiki/fntgrpu8g#7segments_26x42 (issue 634)
- Added several fonts from fontstruct.com, https://github.com/olikraus/u8g2/wiki/fntgrpfontstruct (issue 687)#
This also includes several outline fonts.
2.22.18
- Bugfix for draw1x2string (u8x8 API)
- Changed return value for "begin()" (issue 518)
- New feature: U8log, https://github.com/olikraus/u8g2/wiki/u8logreference
- Added SSD1306 128x64 Adafruit OLED (issue 521)
- Added Winstart SSD1306 64x48 OLED variant (issue 522)
- Added support for JLX240160 (issue 556)
- Added support for JLX12864 (ST7565 variant, issue 440)
- Added support for JLX256160 (issue 561)
- Added support for SH1122 256x64 OLED (issue 420)
- Added open iconic icons (issue 535)
- Added several Persian fonts (issue 541)
- Added additional Japanese font variants (issue 581)
- Added Devanagari/Hindi font variant (issue 584)
- Added tom-thumb font (issue 563)
- Added AVR specific optimization for 3-wire Software SPI (issue 586)
2.21.8
- Support for SH1107 (issue 501)
- Support for HX1230 (issue 469)
- Bugfix for displays with display height not a multiple of 8 (issue 469)
- FontUsage demo for full buffer mode (issue 490)
- Added 1x2 (double height) draw procedures to U8x8 (issue 474)
With this feature a 128x32 display can replace a 16x2 Char LCD. - New constructor for the Good Display 200x200 eInk (issue 454)
- Update for the ST7920 device for more stable output (issue 487)
- Double height (2x1) chars for U8x8 API (issue 474)
- Excluded I2C for several ATMega uC which do not have HW I2C (issue 508)
- Fixed UC1610 contrast command (issue 428)
- Added WQY Chinese fonts at sizes 12, 13, 14, 15 and 16
including gb2312 support (issue 455) - Added new full buffer demo for the Chinese fonts (Shennong.ino, issue #455)
- Added siji icon font u8g2_font_siji_t_6x10 (issue 451)
2.20.13
- Bugfix for drawBitmap (issue 391)
- I2C support for ST75256 (issue 384)
- Support for SSD1327 128x128 display (issue 397)
- Support for ST75256 JLX25664 display (issue 399)
- Added keywords.txt (issue 402)
- Experimental support for SSD1326 (issue 398)
- Experimental alternative COM config for SSD1306 128x64 (issue 408)
- New SH1106 init sequence (SH1106_WINSTAR, issue 316)
- Support for SSD1322 NHD 128x64 (issue 412)
2.19.8
2.18.13
2.17.11
- Additional
_m_
and_h_
symbol fonts (issue 335) - Added parallel interfaces for several UC16xx devices (issue 339)
- Support for IL3820, WaveShare 2.9" e-paper (issues 318 & 347)
- Improved debounce algorithm (issue 338)
- Power save mode for SSD1607 device (issue 352)