You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have encountered several recent issues keeping the LilyGo specific enhancements to the standard GxEPD library synchronized and up-to-date. It's just not very clean to be manually copying the LilyGo "lib" folder into the Arduino libraries tree by hand. I have a proposal: how about pulling boards.h and associated LilyGo-specific subfolders into a fresh library that logically lays atop GxEPD rather than trying to maintain a separate fork? This new library would be constructed as a standard Arduino library, so the extra dependent libraries could be declared as such.
What are your thoughts on this?
The text was updated successfully, but these errors were encountered:
I have encountered several recent issues keeping the LilyGo specific enhancements to the standard GxEPD library synchronized and up-to-date. It's just not very clean to be manually copying the LilyGo "lib" folder into the Arduino libraries tree by hand. I have a proposal: how about pulling boards.h and associated LilyGo-specific subfolders into a fresh library that logically lays atop GxEPD rather than trying to maintain a separate fork? This new library would be constructed as a standard Arduino library, so the extra dependent libraries could be declared as such.
What are your thoughts on this?
The text was updated successfully, but these errors were encountered: