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
There are several libraries out there, like most of the Adafruit display libraries for whatever reason include this file.
Obviously, the library owners can add some additional #if type statements to avoid this in this case, but you probably will get forum threads for a lot of these libraries, like Adafruit_ILI9341, that can easily be solved by simply putting in a blank file. Or maybe one with a #warning
Just a thought.
There may be other such files that should be considered as well.