M5Unified icon indicating copy to clipboard operation
M5Unified copied to clipboard

Unified library for M5Stack series

Results 33 M5Unified issues
Sort by recently updated
recently updated
newest added

Hi ! thanks for the great work ! What is the way to change the font ? I tried things like : `M5.Display.setFont(&fonts::Font4);` or ``` void gfxSetup (LGFX Device* gfx)...

What does this method do? AXP2101_Class::setReg0x20Bit0(bool flg) I'm asking because the AXP2101 datasheet refers to register 0x20 as PWRON status and the bits are marked RO read-only. What's the point...

by sacrificing 20 pixel at the bottom of the screen. Notes: - disabled by default - can be enabled by defining M5CORES3_SIMULATE_BTNABC

Added IRQ management for AXP2101 PMU

Hello, the function always returns zero, even though a USB cable is connected. `float getVBUSVoltage(void);` This function also returns false. `bool isVBUS(void);` There is a bug somewhere and please correct...

Hi there, I tried the IMU example on a AtomS3R but it says the IMU is not found. Are there any plans to update the library to work with the...

Hi there, I'm using an M5AtomS3. I need to execute some code only once, about 1500ms after BtnA has been released after being held for some time. When I use...

Hello, I'm trying to use the Speaker on a M5StickC PLUS2. I'm using Platform.IO with the esp and arduino frameworks. The relevant setup code here is: ```cpp auto m5_cfg =...

Library was updated to 0.1.17 and it no longer works on M5Core2. Arduino IDE example. M5Unified - Basic - Displays.ino https://github.com/m5stack/M5Unified/blob/master/examples/Basic/Displays/Displays.ino With 0.1.17, the build completes successfully but does not...

How can I read built-in mpu6886 FIFO on atomS3? M5Unified library doesn't have an example and looking at the code many methods for FIFO are commented out and made non-public....