m5stack-avatar icon indicating copy to clipboard operation
m5stack-avatar copied to clipboard

An M5Stack library for rendering avatar faces

Results 9 m5stack-avatar issues
Sort by recently updated
recently updated
newest added

This is an omission that was corrected when the library was changed to M5Unified. #76 - [ x ] Bug fix

**Describe the bug** Due to the recent change to use `M5Unified`, the library cannot be compiled with `lipSync` because it uses `M5Core2`. **To Reproduce** Compile the programs with lipSync for...

Using a M5Stack Core2 device See the combined screenshot ![audio ino_loop_](https://user-images.githubusercontent.com/9107950/160304118-1282fd85-7119-4dea-87ed-2fec81fcf310.png) . The scetch audio.ino generates the following error: ![class_AudioOutputI2S_has_no_member_getLevel_](https://user-images.githubusercontent.com/9107950/160304310-6496f6fa-25cc-4c16-aff5-1a8df2884da3.png) According to the instructions in the top of audio.ino I...

Using a M5Stack Core2 device. To solve a ```reference to 'JPEG_DIV_NONE' is ambiguous``` and ```reference to 'jpeg_div_t' is ambiguous.``` errors, I changed the following file: In file: libraries/M5Core2/src/M5Display.h, from line...

**Describe the bug** The compiler doesn't recognize AquesTalkTTS sources in this library then fails to compile **To Reproduce** Steps to reproduce the behavior: 1. setup aquestalk_esp32 library except copying AquesTalkTTS...

bug

**Describe the bug** Code crash in setup() when Avatar library and WiFi is used together. There is no compilation error. **To Reproduce** Compile the following source code, in platform IO,...

Code to reproduce: https://github.com/tacck/m5stack-shake-avatar/blob/master/m5stack-shake-avatar.ino#L92 Without the delay(20), the value from MPU9250 diverges

bug

## Description This update is to create and deploy code documentation automatically. I had add a [doxygen](https://ja.wikipedia.org/wiki/Doxygen) configuration file and github workflow to build a documentation and deploy it on...