- use LovyanGFX for m5stack

- update some comments
This commit is contained in:
Thomas Göttgens
2023-08-06 15:45:47 +02:00
parent f5d323fdd3
commit 0aef8703b6
7 changed files with 102 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
#include <OLEDDisplay.h>
/**
* An adapter class that allows using the TFT_eSPI library as if it was an OLEDDisplay implementation.
* An adapter class that allows using the GxEPD2 library as if it was an OLEDDisplay implementation.
*
* Remaining TODO:
* optimize display() to only draw changed pixels (see other OLED subclasses for examples)