Skip to content

0.1.4

Choose a tag to compare

@lovyan03 lovyan03 released this 16 Feb 03:48
· 382 commits to master since this release
4432dee

Bug Fixes

  • Fixed a noise bug in ATOMDisplay / ModuleDisplay during image transfer.
  • Fixed a bug that prevented JPG and PNG rendering from working properly when the orientation was changed by setRotation.
  • Fixed a bug that I2C communication speed was slower than specified in ESP32S3.
  • Fixed a compile error bug in ESP-IDF v5

Specification Change

  • Changed the rotation direction of ModuleRCA, setting the positive position to 1 as in ATOMDisplay, etc.
  • Adjust the backlight brightness of ATOMS3.
  • Changed class inheritance source for external displays to M5GFX.

Additional Functions

  • Added support for UnitRCA.
  • ATOMDisplay / ModuleDisplay now stops signal output when sleep or wakeup is used.
  • A new config structure for external displays has been added, which can be configured by passing the structure to the constructor.