Releases: olikraus/U8g2_Arduino
Releases · olikraus/U8g2_Arduino
2.8.5
2.8.4
2.7.5
2.6.3
- Added support for UC1610 (EA DOGXL160)
- Use Wire.setClock() for improved HW I2C performance (issue 79). This
requires Arduino IDE 1.6.0 or higher. - Added Thai Fonts (issue 73)
- Added support for "\n" in the print function for u8x8 (issue 74)
- Screen mirror option for U8g2 (issue 76)
- Added support for second wire interface (Constructor postfix 2ND_HW_I2C)
- Added support for UC1611 (EA DOGM240 and EA DOGXL240, issue 66)
2.5.2
2.4.1
2.3.2
2.1.5
- T6963 Support
- Experimental Support for SSD1322 256x64
- A2 Thermoprinter Support
- Added several fonts from http://int10h.org/oldschool-pc-fonts/
- Added Arabic, Greek and Cyrillic fonts.
- Code cleanup (assert, spi modes, void * warning)
2.0.7
Full "RAM" memory buffer without picture loop
Arduino SPI and TWI Libraries instead of custom code
Support for Unicode and UTF-8
Faster compilation
High speed text only API (U8x8)
Hardware 180 degree rotation for some displays available
Tested with AVR, SAM and ESP8266 boards