M5Dial-UserDemo icon indicating copy to clipboard operation
M5Dial-UserDemo copied to clipboard

M5Dial user demo for hardware evaluation.

Results 15 M5Dial-UserDemo issues
Sort by recently updated
recently updated
newest added

I'm new to ESP programming and I've recently purchased the M5 Dial. I'm using this demo for my project and I wanted to try to render a Lottie image using...

Would it be possible to add time zone management to the RTC time clock example? Rotary encoder could change time zone.

Link to M5Stack Dial doc

The RTC application [app_rtc_test.cpp](https://github.com/m5stack/M5Dial-UserDemo/blob/main/main/apps/app_rtc_test/app_rtc_test.cpp) freezes after a few hours. - The time display no longer changes. - Buttons no longer work.

C/C++ is not for everyone. Processing's .ino files are easier to digest

Please include steps to flash the user demo using VSCode. ESP32 has a plugin that is recommended, but my attempts to get the code flashed using VSCode have failed. Please...

Fixes missing include statements. This applies the changes suggested in https://github.com/m5stack/M5Dial-UserDemo/issues/15#issue-2328485079 Resolves #15

Having that file in version control only creates additional "noise" when changes are made.

Whilst getting this code to build in VSCode using Espressif , The code would not build as comd0 was not defined. ``` C:/ESP-IDF/M5Dial-UserDemo-main/components/LovyanGFX/src/lgfx/v1/platforms/esp32/common.cpp:653:14: error: 'struct i2c_dev_t' has no member named...

``` C:/ESP-IDF/M5Dial-UserDemo-main/components/LovyanGFX/src/lgfx/v1/platforms/esp32s3/Bus_Parallel16.cpp: In member function 'virtual void lgfx::v1::Bus_Parallel16::beginTransaction()': C:/ESP-IDF/M5Dial-UserDemo-main/components/LovyanGFX/src/lgfx/v1/platforms/esp32s3/Bus_Parallel16.cpp:181:66: error: 'LCD_CAM_LCD_UPDATE_REG' was not declared in this scope; did you mean 'LCD_CAM_LCD_UPDATE_M'? 181 | dev->lcd_user.val = LCD_CAM_LCD_2BYTE_EN | LCD_CAM_LCD_CMD | LCD_CAM_LCD_UPDATE_REG;...