Skip to content

Fix 16-byte alignment of buffers for ESP32-S3 SIMD

Choose a tag to compare

@bitbank2 bitbank2 released this 01 Feb 17:18
· 78 commits to master since this release
57c3065

I thought I had this working properly in build 1.4.0, but a user alerted me that the 16-byte alignment of the pixel buffer and MCU buffers wasn't always guaranteed, so this release adds specific code to ensure that both of those buffers are always 16-byte aligned.