Releases: m5stack/M5Unit-EXTIO
Releases · m5stack/M5Unit-EXTIO
0.1.1
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 > 8→rgb888 >> 8)
変更
- Example が TwoWire, I2C_Class, M5HAL の3方式に対応し、小画面レイアウトを改善
readMode()がデバイスから読み取ったピンモード値を検証するように変更- M5UnitUnified 依存を 0.4.4 に更新
修正
writeLEDColor(uint32_t rgb888)の緑チャネルが壊れるビットシフトバグを修正 (rgb888 > 8→rgb888 >> 8)
0.1.0
First alpha release
0.0.1 Merge branch 'develop'