The project implements a Standard Interface abstraction layer that abstracts the common functions used by each end display into AzSphere_Interface files, and subsequently the main end functions into the respective epd files.
Main Features implemented are as follows
- qrCode generator Library by ricmoo (https://github.com/ricmoo/QRCode) include and tested with 2.9" EPD display by WaveShare
- paint & GFX library by WaveShare interfaced and tested with 2.9" EPD display by WaveShare
- Image Display functionality added
- Sample Images Added
- Supports original LUTs by WaveShare ( Added LUTs from U8G2 Arduino Library but not yet implemented ).
- Supports Partial Mode and refresh.
- Added Horse Running Animation to demonstrate partial mode.
- BareMetal Code, Documented and easy to use.