M5Unified
M5Unified copied to clipboard
Unified library for M5Stack series
Hi. Thank you very much for releasing such a useful library. 🙇 I have been trying to migrate from the M5Stack library to the M5Unified library and found a problem...
I was surprised that the channel default volume is 64. In audio designs, usually channel volume is attenuation only. So I'd expect the default to be the maximum (255). Otherwise,...
Naively, I thought that repeated calls to `Speaker.playRaw()` on the same channel with `stop_current_sound=false` would connect exactly, without a gap. But I tried it and there seems to be clicking...
conditions: 1.use M5Unified lib; 2.use platfrom io IDE; 3.use Arduino Framwork base Espressif 32 Verision 4.2.0 lasted.
How do I turn on the Vibration Motor (PWM:AXP_LDO3)?
Dear M5Stack team. we have selected M5Stack technology with nanoFramework as strategy technology for our smart devices. We have started developing and we have found the first critical point. We...
The Gesture code, and other touch code is missing from Unified for M5Tough.
The description says this supports ESP-IDF framework, but I don't see any example or guide to setup in that framework. BTW I see that https://github.com/m5stack/M5Stack-IDF was archived, so is this...
It appears to be impossible to turn off the power LED on v1.1 of the Core2. M5.Power.setLed(0) works fine on v1.0 of Core2, but it doesn't seem to work on...
Unlike M5Core2 where the touch surface is bigger than the display, the CoreS3 touch surface is limited to the inner display area. There are many valid reasons why touch buttons...