| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Add M5StampS3Mini board support
readRegister8() returns 0 when the I2C transaction fails, and the active-low decoding misinterprets it as all buttons pressed. Check the result of readRegister() instead and leave the buttons released when the read fails. (StampPLC, UnitC6L, Nesso N1) Fixes #262
Add M5IOE1 GPIO and PWM APIs.
Add M5ChainCaptain board support
tweak for PaperMono
Add Paper Mono microphone power support
Add M5PaperDIY board support
- HowToUse: PaperDIY, StampS3Bat / StampS3Mini / StampPLC / AirQ / StackChan / ChainCaptain / DualKey (S3), new C5 section (StampC5 / ToughC5), StampC6 (C6), StampP4 (P4) - Fix nonexistent enum name board_NanoH2 -> board_M5NanoH2 in ESP32H2 section - README: sync supported device lists, add ESP32-C5 section
Update supported board information and require M5GFX >=0.2.26
| Back | FazBrowse Home | New Git URL |
This pull request adds support for several new M5Stack boards and improves hardware abstraction, especially for audio and IO expander handling. It also updates dependencies and refactors the code to use the new M5IOE1_Class for IO expander operations, providing more robust and maintainable hardware control.
New Board Support:
Audio and Microphone Handling Improvements:
IO Expander Refactor:
Dependency Updates:
Documentation:
These changes expand board compatibility, improve hardware abstraction, and ensure the library is up to date with its dependencies.