* fix ePaper for opendtufusion_v2.x boards (Software SPI)
This commit is contained in:
lumapu 2023-08-27 22:33:01 +02:00
parent 2c6094358f
commit abdf2185ff
7 changed files with 381 additions and 7 deletions

View file

@ -3,9 +3,6 @@
#if defined(ESP32)
// uncomment next line to use HSPI for EPD (and VSPI for SD), e.g. with Waveshare ESP32 Driver Board
#define USE_HSPI_FOR_EPD
/// uncomment next line to use class GFX of library GFX_Root instead of Adafruit_GFX, to use less code and ram
// #include <GFX.h>
// base class GxEPD2_GFX can be used to pass references or pointers to the display instance as parameter, uses ~1.2k more code