Version 1.7.0 is released
The changes:
- Added support of VGA monitor (only for Atmega328p based EVKs). 2 modes: 128x64 monochrome and 96x40 color.
- Added API to set cursor position for ssd1306_print() and ssd1331_print8() functions
- Added lightweight UART API for Atmega328p (refer to documentation)
- Added support of Attiny24/Attiny44/Attiny84 controllers
- Improved Ssd1306Console implementation (for printing non-string types)
- Hal ssd1306 library layer is reworked to make it more clear
- Added rotation feature for ssd1331 oled displays
- Added Adafruit GFX support to the library (now you can use AdafruitGFX canvas in combination with ssd1306 library)
- Added NanoEngine example with AdafruitGFX usage
- Added Adafruit support for MINGW32
- Added NanoSprite implementation
- new API for ssd1331 oled displays