mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-31 17:56:11 +02:00
0.7.42
* fix ePaper for opendtufusion_v2.x boards (Software SPI)
This commit is contained in:
parent
2c6094358f
commit
abdf2185ff
7 changed files with 381 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue