M5Unified
M5Unified copied to clipboard
Unified library for M5Stack series
Hello, I have tried this function on the M5Core2: M5.Power.setLed(0); M5.Power.setLed(1); M5.Power.setLed(255); I tried that too: auto cfg = M5.config(); cfg.led_brightness = 1; M5.begin(cfg); Unfortunately, nothing happens with it. There...
Hello, I am trying to program customised buttons as they are available in the M5Core2 library. How does it work with this library. I just cannot find anything. Thank you...
When I call `M5.Power.deepSleep(10 * 1000000, true)` on the M5Paper, the deep sleep always ends after around 2 seconds with `esp_sleep_get_wakeup_cause() == ESP_SLEEP_WAKEUP_EXT0`. I think this is because the behavior...
I observed this: >Compiling .pio/build/coreS3/lib561/Wire/Wire.cpp.o In file included from .pio/libdeps/coreS3/M5Unified/src/utility/Power_Class.hpp:17, from .pio/libdeps/coreS3/M5Unified/src/M5Unified.hpp:54, from .pio/libdeps/coreS3/M5Unified/src/M5Unified.h:5, from src/main.cpp:1: /Users/mah/.platformio/packages/framework-arduinoespressif32/tools/esp32-arduino-libs/esp32s3/include/driver/deprecated/driver/adc.h:19:2: warning: #warning "legacy adc driver is deprecated, please migrate to use esp_adc/adc_oneshot.h and...
Hi, I try to ring the speaker of M5Stack CoreS3 on an esp-idf project with M5Unified component , I have no compilation errors but the speaker remains mute , in...
I'm using M5CoreS3 device with AXP2101 chip. In M5Unified repository looks class `AXP2101_Class.cpp` not fully implemented. Many important methods returns 0. For example: ``` ... float AXP2101_Class::getBatteryChargeCurrent(void) { return 0;...
I lifted this https://github.com/mhaberler/M5Stack-CoreS3-Factory_Test.git from an unclear source and made it work with PlatformIO - nice exercise for many features and everything except sound output and camera input works it...
I need to use encryption to protect firmware of my device. So it is not possible with arduino framework, but it is with esp-idf. Someone can confirm than using M5unified...
### I2C GPIO | | M5StackBASIC/GRAYGO/FIRE | M5StackCore2/Tough | M5StickC/Cplus | M5StackCoreInk | M5Paper | M5Station | M5ATOMLite/MatrixECHO/UPSRAM | M5STAMPPICO | M5StampC3/C3U | M5StackCoreS3 | M5ATOMS3 / S3Lite | |-------------------------|:--------------------------------:|:----------------------:|:------------------:|:------------------:|:-------:|:---------:|:----------------------------------------:|:---------------:|:-----------------:|:-----------------:|:---------------------:|...
How can we get our own custom callbacks for buttons as we issued to have with Core2? ` int16_t xx=elem["xx"].as(); int16_t yy=elem["yy"].as(); int16_t ww=elem["ww"].as(); int16_t hh=elem["hh"].as(); int16_t id=elem["id"].as(); if(elem["manualOpen"].as()==true){ bAcceso...