Releases: stack-chan/m5stack-avatar
Releases · stack-chan/m5stack-avatar
v0.10.0
v0.9.2
- Support nateve build
- fix BMPFace and OledFace
v0.9.1
- More parameters can be specified for addTask. (Equivalent to xTaskCreateUniversal)
- Fixed a bug that caused garbled characters in setSpeechText.
Improved operational stability
- Reduced memory usage
- Review of drawing routines
Bug Fix
-
Fixed bugs due to changes in Scale specifications
-
Addressed drawing freeze issue in Basic, Gray, and Go
Bug Fix v0.8.5
Revised task priorities reviewed in v0.8.4 again
Review of Tasks
- Tasks were reviewed and summarized.
- Fixed a bug that setPosition did not work.
Add Battery Icon
-
Add BatteryIcon
- setBatteryIcon(boolean);
Execute when you want to show/hide setup() and icons. - setBatteryStatus(M5.Power.isCharging(), M5Power.getBatteryLevel());
The battery status must be set from time to time; be careful to avoid conflicts with I2C communication. For example, if you run it in parallel with M5.update(), the value may be incorrect.
- setBatteryIcon(boolean);
-
fix #84
Fix ColorPalette
- BugFix
- Fixed a problem that the color palette does not display well when ColorDepth is 1, depending on the combination of colors.
Enhanced BALLOON function(U'll Use M5Unified)
- Add setSpeechFont(fontname)
For font list, click here. - Add Balloon color settings
COLOR_BALLOON_FOREGROUND and COLOR_BALLOON_BACKGROUND have been added to the items that can be handled by Colorpallette.