d42ohpaz / dbuddy

dbuddy is short for "Desk Buddy", and will serve as a desktop device to constantly show iCal calendars on a touchscreen, and more.
MIT License
2 stars 1 forks source link

C++ Rewrite #1

Closed d42ohpaz closed 3 years ago

d42ohpaz commented 3 years ago

Move to C++ so that interfacing with Arduino code, such as the Adafruit_8875 and friends, everything is speaking the same language. This is also an opportunity to compartmentalize a lot of the code into their own classes to avoid monolithic files.