Compilation error: 'bus_parallel16' in namespace 'lgfx' does not name a type #512
Replies: 4 comments 4 replies
-
the type is |
Beta Was this translation helpful? Give feedback.
-
im having issues with the S3 dev board |
Beta Was this translation helpful? Give feedback.
-
#include <Arduino.h> // ─── LGFX Device for CYD ESP32-4827S043 ───────────────────────────────────────
} // ─── Sketch Entry ───────────────────────────────────────────────────────────── // init display // fill screen red void loop() { |
Beta Was this translation helpful? Give feedback.
-
Compilation error: 'Panel_RGB' in namespace 'lgfx' does not name a type |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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