M5EPD
M5EPD copied to clipboard
M5Paper Arduino Library
This PR addresses a bug that `_adc_chars` is not released.
# Changelog ## Added - Add `getDateTime()` and `setDateTime()` - Getters and setters accept a reference as a parameter for consistency ## Changed - New member variable `_wire` which is...
…or and setDriver()
### Describe the bug The m5stack board definitions are based on arduino-esp32 2.x but I want some newer wifi stuff so I tried building with the now upstream arduino-esp32 m5paper...