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'm trying to use the Arduino_ESP32LCD8 class from the Arduino_GFX_Library, but I am encountering a compilation error stating that Arduino_ESP32LCD8 is not recognized.
Error Message:
D:\arduino-project\sketch_jan9a\PINS_ESP32-S3-CAM.h:4:28: error: expected type-specifier before 'Arduino_ESP32LCD8'
4 | Arduino_DataBus *bus = new Arduino_ESP32LCD8(
| ^~~~~~~~~~~~~~~~~
Steps to Reproduce:
Include the Arduino_GFX_Library in the sketch.
Use the following code to create an Arduino_ESP32LCD8 object:
Description
I'm trying to use the Arduino_ESP32LCD8 class from the Arduino_GFX_Library, but I am encountering a compilation error stating that Arduino_ESP32LCD8 is not recognized.
Error Message:
Steps to Reproduce:
System Details:
Arduino IDE Version: [e.g., 2.3.4]
Operating System: [e.g., Windows 11]
ESP32 Board: ESP32-S3
The text was updated successfully, but these errors were encountered: