| Age | Commit message (Collapse) | Author |
|
|
|
Implement various tweaks such that it compiles with Arduino core 3.0.0-alpha2
|
|
Implement VirtualDisplayClass rotation (and let AdaFruit_GFX) be aware of it as well for font printing.
Ability to 'scale' up (zoom) display as a quick and dirty magnification mode.
|
|
* Fix various compile errors / warnings when using Arduino 2.0 IDE (it compiles to a strict standard and errors out with unused variables etc.)
* Fix issue with compiling for ESP32-S2 using Arduino IDE
|
|
But it's pointless to use as the throughput can only be about 10Mhz.
|
|
|
|
|
|
Consistent spelling of 'colour', double buffering works technically on S3.
|
|
Refactor tonnes of code. Double buffering not yet fully tested. PSRAM support doesn't work at all - garbled mess.
Enable in platformIO using:
build_flags =
-DSPIRAM_FRAMEBUFFER=1
|