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 have followed the instructions and tried to compile and run the GFX example, but keep getting this error :
Arduino_DataBus.h:167:13: error: 'i80_device_list' has not been declared
167 | LIST_HEAD(i80_device_list, lcd_panel_io_i80_t)
As I said I have followed the instructions, however some settings for the boards weren't available :
Flash Size can only be set to 8 (64), instead of 16 (128).
The PSRAM setting just wasn't there at all.
I used the Adafruit "Feather ESP32-S3 No PSRAM" board as that is the one mentioned in the ReadMe however, the plaformio.ini mentions a "dfrobot_firebeetle2_esp32s3"...
Does anyone know how I could fix this ???
I have been able to run the CHSC5816 example as well as the Rotary_Encoder one.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have followed the instructions and tried to compile and run the GFX example, but keep getting this error :
Arduino_DataBus.h:167:13: error: 'i80_device_list' has not been declared
167 | LIST_HEAD(i80_device_list, lcd_panel_io_i80_t)
As I said I have followed the instructions, however some settings for the boards weren't available :
I used the Adafruit "Feather ESP32-S3 No PSRAM" board as that is the one mentioned in the ReadMe however, the plaformio.ini mentions a "dfrobot_firebeetle2_esp32s3"...
Does anyone know how I could fix this ???
I have been able to run the CHSC5816 example as well as the Rotary_Encoder one.
Beta Was this translation helpful? Give feedback.
All reactions