Skip to content

Releases: m5stack/M5Unit-EXTIO

0.1.1

03 Apr 03:19

Choose a tag to compare

Changed

  • Examples now support TwoWire, I2C_Class, and M5HAL connections with improved small screen layout
  • readMode() now validates the pin mode value read from the device
  • Updated M5UnitUnified dependency to 0.4.4

Fixes

  • Fixed writeLEDColor(uint32_t rgb888) bitshift bug that corrupted the green channel (rgb888 > 8rgb888 >> 8)

変更

  • Example が TwoWire, I2C_Class, M5HAL の3方式に対応し、小画面レイアウトを改善
  • readMode() がデバイスから読み取ったピンモード値を検証するように変更
  • M5UnitUnified 依存を 0.4.4 に更新

修正

  • writeLEDColor(uint32_t rgb888) の緑チャネルが壊れるビットシフトバグを修正 (rgb888 > 8rgb888 >> 8)

0.1.0

05 Jun 03:45

Choose a tag to compare

Fixes

  • Fixes for M5UnitUnified 0.1.x
  • Fixes dependencies

修正

  • M5UnitUnified 0.1.x 向け修正
  • 依存関係修正

First alpha release

25 Apr 05:54

Choose a tag to compare

0.0.1

Merge branch 'develop'