diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-04-01 19:04:47 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2023-04-01 19:04:47 +0100 |
| commit | 0a08debcabcd121863412015212dee20312ec9f8 (patch) | |
| tree | abac7c3617568eff854448874a136a61843c637b /src/platforms | |
| parent | cc24c756c182909d2dab1b2bbfccef3b3e829874 (diff) | |
Close #432 #430
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.
Diffstat (limited to 'src/platforms')
| -rw-r--r-- | src/platforms/platform_detect.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/platforms/platform_detect.hpp b/src/platforms/platform_detect.hpp index 8a0982a..9b44356 100644 --- a/src/platforms/platform_detect.hpp +++ b/src/platforms/platform_detect.hpp @@ -55,7 +55,8 @@ Modified heavily for the ESP32 HUB75 DMA library by: // Assume an ESP32 (the original 2015 version) // Same include as ESP32S3 - #pragma message "Compiling for original ESP32 (released 2016)" + //#pragma message "Compiling for original ESP32 (released 2016)" + #define ESP32_THE_ORIG 1 //#include "esp32/esp32_i2s_parallel_dma.hpp" //#include "esp32/esp32_i2s_parallel_dma.h" |
