Version 1.4.0 is released
This version contains a lot of rework for future enhancements.
Important: library license is changed to MIT, allowing to use the library in any projects.
- Added hardware abstraction layer
- Library can be compiled now using plain gcc (no Arduino libraries are required). Tested for Atmega328p
- Please, find Makefile.var files for use with plain gcc.
- Added TWI i2c support. Thus there are 3 available i2c interfaces: TWI, Wire, SW.
- Added new functions: ssd1306_printFixed(), ssd1306_printFixed2x(), ssd1306_setFixedFont(). They allow you to use any custom fixed font, you need: 6x8, 8x8, 12x16, 16x24, etc. Just make sure, that you have enough Flash.
- Max number of sprites in SpritePool is increased for ESP-based platforms.