This commit is contained in:
olikraus 2016-08-09 22:04:33 +02:00
parent d2dc962664
commit fcd9737251
2 changed files with 4 additions and 2 deletions

View File

@ -19,11 +19,13 @@ https://github.com/olikraus/u8g2 ChangeLog
2016-06-26 v2.0.7 olikraus@gmail.com
* drawLine
* GraphicsTest Example
2016-07-02 v2.1.0 olikraus@gmail.com
2016-08-09 v2.1.5 olikraus@gmail.com
* 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)

View File

@ -1,2 +1,2 @@
# without 'v' prefix
echo -n "2.1.2"
echo -n "2.1.5"