Compilation error: 'bus_parallel16' in namespace 'lgfx' does not name a type #512
Closed
mdbiggio
started this conversation in
Device Configurations
Replies: 1 comment 4 replies
-
the type is |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having an issue after updating to the latest version of this library where in the LGFX class below I have : " lgfx::bus_parallel16 _bus_instance; " my arduino compiler is saying that "bus_parallel16" in namespace 'lgfx' does not name a type, where in the previous version it was compiling correctly. Am I missing something here? maybe a change in how this is declared with the new version?
Thanks for your help in advance... My code is below
Beta Was this translation helpful? Give feedback.
All reactions