aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/platform_detect.hpp
AgeCommit message (Collapse)Author
2024-06-10add first re-try of C6Lukaswnd
2023-11-27Fixes for IDF 5.1 & Arduino 3.0.0mrfaptastic
Implement various tweaks such that it compiles with Arduino core 3.0.0-alpha2
2023-04-01Close #432 #430mrfaptastic
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.
2023-01-01Fix compilation issues with Arduino IDEmrfaptastic
* 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
2022-11-17PSRAM works now on ESP32-S3mrfaptastic
But it's pointless to use as the throughput can only be about 10Mhz.
2022-11-11Update platform_detect.hppmrfaptastic
2022-10-23Minor updatesmrfaptastic
2022-10-05Cleanupmrfaptastic
Consistent spelling of 'colour', double buffering works technically on S3.
2022-09-30Update to include S3 support.mrfaptastic
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