Skip to content

3.0.5

Compare
Choose a tag to compare
@mrcodetastic mrcodetastic released this 23 Jan 21:24
· 333 commits to master since this release
9d4d12a
  • ESP32-S3 support
  • PSRAM support (Limited to 10Mhz output) on ESP32-S3
  • Refactored the codebase to support the three platforms (esp32, esp32-s2, esp32-s3).
  • Fix various compilation warnings when using Arduino #355 - thanks @Serega88kos
  • Fix ESP32-S2 compiling when using Arduino #359 - thanks @russdx
  • Contribution - Support IDF standalone #351 - thanks @chegewara
  • Fix compiling issues on PlatformIO.
  • Fix a bug whereby brightness information was lost on clearScreen() - thanks @techwide for finding
  • Fix colour gradients with brightness - Thanks @Kouzeru #373 #374
  • @Kouzeru contributed new example: HueValueSpectrumDemo
  • Fix clock speed stuck at 33Mhz (!) on ESP32 - thanks @techwide for finding

Edit: Removed all previous 3.x.x releases as they're all broken in some form.

Thanks to @juniorradu for the donation of an ESP32-S3 to enable support and @PaintYourDragon for the DMA logic for the ESP32-S3.