ardnew / ILI9341-Layout-Manager

Arduino autolayout engine with callback support for designing and organizing buttons, text fields, and modal windows for ILI9341 chipsets
6 stars 0 forks source link

Derived classes won't build on T4.x #3

Open SuperLaserX opened 2 years ago

SuperLaserX commented 2 years ago

I'm working on a derived class, but it fails to compile when it tries to import the LayoutManager.h,on the line importing . This is mentioned in the Readme, however I don't see the solution anywhere. Thanks for the great lib!

ardnew commented 2 years ago

Did you install ILI9341_t3 and replace all instances of Adafruit_ILI9341 with ILI9341_t3?

If you can paste the full and exact error message output from the compiler, that would help a lot.