aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/esp32s3
AgeCommit message (Collapse)Author
2025-02-18Changes to Virtual Displaymrcodetastic
Templating based for performance and extendibility.
2025-01-23fix compile error on espidf v4.4.8 with target esp32s3Edwin Eefting
2025-01-14Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0kroimon
2025-01-03Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cppLukaswnd
2024-10-11esp32-S3 fix for crash in Bus_Parallel16::release()Frank
has crashed during "delete display"
2024-08-07Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-26Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-22Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-22Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-22Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-21minor fixesmrcodetastic
2024-07-19revertmrcodetastic
2024-07-17clock speed fixesmrcodetastic
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-11-27Remove warningsmrfaptastic
2023-11-26Fix ESP_LOG statementsmrfaptastic
Correct int width specifier
2023-04-19Update gdma_lcd_parallel16.cppmrfaptastic
2023-04-19#442 #441 #435mrfaptastic
2023-04-18Update gdma_lcd_parallel16.cppmrfaptastic
2023-04-03Update gdma_lcd_parallel16.cppmrfaptastic
2023-03-18Reduce #338mrfaptastic
2023-03-10Update gdma_lcd_parallel16.cppmrfaptastic
Bring S3 flip code in line with fix provided by @Lukaswnd for #402
2023-02-01Another ESP_LOG formatting fixElliot Matson
CI doesn't cover the S2 or S3 models, I might see if I can fix that soon
2023-01-25Use PLL_F160M_CLK as clock source on S3mrfaptastic
2023-01-01Fix to compile issues for PlatformIOmrfaptastic
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-07Cleanup and a failed attempt to code a fix for #338mrfaptastic
Didn't quite work however.
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