Skip to content

Releases: stack-chan/m5stack-avatar

v0.10.0

13 Sep 08:13
Compare
Choose a tag to compare
  • addWink(LR)
  • addGaze(LR)
  • Bug fix.
  • Temporarily freeze development.

v0.9.2

06 Jan 08:06
Compare
Choose a tag to compare
  • Support nateve build
  • fix BMPFace and OledFace

v0.9.1

19 Nov 06:13
Compare
Choose a tag to compare
  • More parameters can be specified for addTask. (Equivalent to xTaskCreateUniversal)
  • Fixed a bug that caused garbled characters in setSpeechText.

Improved operational stability

10 Aug 07:19
9f7bfd5
Compare
Choose a tag to compare
  • Reduced memory usage
  • Review of drawing routines

Bug Fix

07 Aug 04:43
211bb58
Compare
Choose a tag to compare
  • Fixed bugs due to changes in Scale specifications

  • Addressed drawing freeze issue in Basic, Gray, and Go

Bug Fix v0.8.5

17 Jul 07:25
Compare
Choose a tag to compare

Revised task priorities reviewed in v0.8.4 again

Review of Tasks

10 Jul 11:16
Compare
Choose a tag to compare
  • Tasks were reviewed and summarized.
  • Fixed a bug that setPosition did not work.

Add Battery Icon

12 Jun 04:13
Compare
Choose a tag to compare
  • 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.
  • fix #84

Fix ColorPalette

11 Jun 11:09
Compare
Choose a tag to compare
  • 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)

30 Aug 07:49
Compare
Choose a tag to compare
  • 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.