0.0.3 - 2026-04-21
Changed:
- Change min. esp-idf version to 5.5.3 to make use of the direct PSRAM / SPI DMA transaction
Added:
- Add
MALLOC_CAP_SIMDfor image buffers - Add dynamic memory caps for VoSPI transaction to allow the usage without PSRAM
- Add SIMD support
- Add additional color paletts
- Add API to trigger camera FFC
Fixed:
- Fix memory leaks during driver deinitialization
Removed:
- Remove ESP32 from supported devices list because it is untested
0.0.2 - 2026-01-26
Changed:
- Set component version in CMakeLists.txt and idf_component.txt from CI/CD (#7)
- Set component version in Library via CMakeLists (#6)
Added:
Initial release