m5stack / M5Unified

Unified library for M5Stack series
MIT License
316 stars 58 forks source link

0.1.17 does not work on M5Core2. #126

Open JJ1LFO opened 1 month ago

JJ1LFO commented 1 month ago

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 work.

Reverting to 0.1.16 works fine.

Environment: M5Core2 Arduino IDE 2.32 arduino-esp32 3.0.5

JJ1LFO commented 1 month ago

Downgrading arduino-esp32 3.0.5 to 2.0.17 using Board Mnager works fine.

The combination of esp32 3.. and 0.1.17 seems to be the cause.

Swiftnesses commented 1 month ago

Same issue here.