Simplified Version of GxEPD for AVR Arduino
- This library uses paged drawing to cope with RAM restriction and missing single pixel update support
- Waveshare e-paper displays with SPI: http://forum.arduino.cc/index.php?topic=487007.0
- Good Dispay ePaper for Arduino : https://forum.arduino.cc/index.php?topic=436411.0
- added GxEPD2_AVR_SD_BitmapExample
- Support for Bitmaps (Sprites) to Controller Buffer and to Screen
- the bitmaps can reside in RAM or ROM, parameter pgm, default RAM
- origin x and width should be multiple of 8, are rounded down
- cropping to screen dimensions is handled
- allows tiled drawing for bitmaps from SD, SPIFFS or WiFi download
- use e.g. writeImage(...) for each tile, followed by refresh() for all
- additional font support, e.g. from https://github.com/olikraus/U8g2_for_Adafruit_GFX
- Example Bitmaps & 4.2" b/w fast partial update