M5stack Avatar Versions Save

An M5Stack library for rendering avatar faces

v0.9.2

4 months ago
  • Support nateve build
  • fix BMPFace and OledFace

v0.9.1

6 months ago
  • More parameters can be specified for addTask. (Equivalent to xTaskCreateUniversal)
  • Fixed a bug that caused garbled characters in setSpeechText.

v0.9.0

9 months ago
  • Reduced memory usage
  • Review of drawing routines

v0.8.6

9 months ago
  • Fixed bugs due to changes in Scale specifications

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

v0.8.5

10 months ago

Revised task priorities reviewed in v0.8.4 again

v0.8.4

10 months ago
  • Tasks were reviewed and summarized.
  • Fixed a bug that setPosition did not work.

v0.8.3

11 months ago
  • 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

v0.8.2

11 months ago
  • BugFix
    • Fixed a problem that the color palette does not display well when ColorDepth is 1, depending on the combination of colors.

v0.8.1

1 year ago
  • 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.

v0.8.0

1 year ago

Hello! m5stack-avatar is now built on the M5Unified library, which means that you can use an Avatar instance on every M5Stack Core product such as M5Stack CORE2, M5Paper, and M5ATOM Display!

I mean, It theoretically does. I tested not all versions of all devices. Issues are always open so if you find any problem please report it!