updates
This commit is contained in:
parent
8a495f9aaf
commit
73073d86a5
|
@ -5,3 +5,7 @@ https://github.com/olikraus/u8g2 ChangeLog
|
|||
2016-04-30 v2.0.1 olikraus@gmail.com
|
||||
* Support for DOGS102, ST7920, SSD1306
|
||||
* Most graphics primitives are implemented
|
||||
2016-05-15 v2.0.3 olikraus@gmail.com
|
||||
* Support for Adafruit FeatherWing 128x32 OLED
|
||||
* Added Wire.h support (I2C for SSD1306)
|
||||
* Successfully tested with Adafruit ESP8266 Feather Board (HW+SW I2C)
|
||||
|
|
|
@ -41,7 +41,7 @@ U8glib V2: Features and Limitations
|
|||
|
||||
- Hardware supported display flip
|
||||
|
||||
- Better hardware support
|
||||
- Better hardware support: Tested with avr, esp8266 and sam architectures.
|
||||
|
||||
|
||||
u8g vs. u8g2
|
||||
|
|
Loading…
Reference in New Issue