| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-18 | Changes to Virtual Display | mrcodetastic | |
| Templating based for performance and extendibility. | |||
| 2025-01-23 | fix compile error on espidf v4.4.8 with target esp32s3 | Edwin Eefting | |
| 2025-01-14 | Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0 | kroimon | |
| 2025-01-03 | Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cpp | Lukaswnd | |
| 2024-10-11 | esp32-S3 fix for crash in Bus_Parallel16::release() | Frank | |
| has crashed during "delete display" | |||
| 2024-08-07 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-26 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-22 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-22 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-22 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-21 | minor fixes | mrcodetastic | |
| 2024-07-19 | revert | mrcodetastic | |
| 2024-07-17 | clock speed fixes | mrcodetastic | |
| 2023-11-27 | Fixes for IDF 5.1 & Arduino 3.0.0 | mrfaptastic | |
| Implement various tweaks such that it compiles with Arduino core 3.0.0-alpha2 | |||
| 2023-11-26 | Fix ESP_LOG statements | mrfaptastic | |
| Correct int width specifier | |||
| 2023-04-19 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| 2023-04-19 | #442 #441 #435 | mrfaptastic | |
| 2023-04-18 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| 2023-04-03 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| 2023-03-18 | Reduce #338 | mrfaptastic | |
| 2023-03-10 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| Bring S3 flip code in line with fix provided by @Lukaswnd for #402 | |||
| 2023-02-01 | Another ESP_LOG formatting fix | Elliot Matson | |
| CI doesn't cover the S2 or S3 models, I might see if I can fix that soon | |||
| 2023-01-25 | Use PLL_F160M_CLK as clock source on S3 | mrfaptastic | |
| 2023-01-01 | Fix to compile issues for PlatformIO | mrfaptastic | |
| 2023-01-01 | Fix compilation issues with Arduino IDE | mrfaptastic | |
| * 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-17 | Add esp-idf standalone support, | chegewara | |
| tested with esp-idf v5.0 | |||
| 2022-11-17 | PSRAM works now on ESP32-S3 | mrfaptastic | |
| But it's pointless to use as the throughput can only be about 10Mhz. | |||
| 2022-11-07 | Cleanup and a failed attempt to code a fix for #338 | mrfaptastic | |
| Didn't quite work however. | |||
| 2022-10-05 | Cleanup | mrfaptastic | |
| Consistent spelling of 'colour', double buffering works technically on S3. | |||
| 2022-09-30 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| 2022-09-30 | Enable double buffering | mrfaptastic | |
| Doesn't work though with new refactored code on S3 device - do not use... | |||
| 2022-09-30 | Update 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 | |||
