This commit is contained in:
olikraus 2017-02-07 17:48:46 +01:00
parent 379b39b279
commit f912c260c2
2 changed files with 3 additions and 2 deletions

View File

@ -95,9 +95,10 @@ https://github.com/olikraus/u8g2 ChangeLog
* 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)
2017-xx-xx v2.13.x olikraus@gmail.com
2017-02-07 v2.13.6 olikraus@gmail.com
* 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)

View File

@ -1,2 +1,2 @@
# without 'v' prefix
echo -n "2.13.4"
echo -n "2.13.5"