m5stack / M5EPD

M5Paper Arduino Library
MIT License
167 stars 53 forks source link

Massive refactoring for BM8563 #22

Open estshorter opened 3 years ago

estshorter commented 3 years ago

Changelog

Added

Changed

Removed

Fixed

Note

No API breakage except for removing getTime(void). I believe this is not an issue because this function only sets a private member variable trdata to data from BM8563, and trdata is not used in the other functions.