aboutsummaryrefslogtreecommitdiff
path: root/src/platforms
AgeCommit message (Collapse)Author
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-12-17Add esp-idf standalone support,chegewara
tested with esp-idf v5.0
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-11-07Update esp32_i2s_parallel_dma.cppmrfaptastic
2022-11-07Cleanup and a failed attempt to code a fix for #338mrfaptastic
Didn't quite work however.
2022-10-26Clean up clock logicmrfaptastic
2022-10-23Minor updatesmrfaptastic
2022-10-07Update Readme.mdmrfaptastic
2022-10-05Cleanupmrfaptastic
Consistent spelling of 'colour', double buffering works technically on S3.
2022-09-30Update gdma_lcd_parallel16.cppmrfaptastic
2022-09-30Enable double bufferingmrfaptastic
Doesn't work though with new refactored code on S3 device - do not use...
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