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 a ESP32-S3-DevKitC-1 N16R8 (16mb flash/8mb psram) board wired up to a ili9488 320x480 display in 16bit parallel mode. I uploaded an Arduino lovyangfx sketch to verify the setup and it worked. I then adapted esp32-s3-devkitc-1.ini to the code below and compiled in VSC and uploaded it. Two problems: the screen is not working as it should, I've been trying for hours to get further but I can't get one step closer. Also in the webinterface I can't select any GPIO pins (e.g. for display backlight pin since only 'none' is displayed. Or under the GPIO configuration the list is empty).
This lovyangfx config is working in an Arduino sketch:
I replaced my parallel setup with a standard spi setup, compiled and uploaded it. Of course the screen didn't work since it's still wired as parallel. However in the telnet console the gpio errors were gone, and in the webinterface I could select a backlight pin, and under gpio configuration I could select pins again. Reverted back to the parallel setup and no gpio's could be selected and this is in the console again:
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
-
Hi,
I have a ESP32-S3-DevKitC-1 N16R8 (16mb flash/8mb psram) board wired up to a ili9488 320x480 display in 16bit parallel mode. I uploaded an Arduino lovyangfx sketch to verify the setup and it worked. I then adapted esp32-s3-devkitc-1.ini to the code below and compiled in VSC and uploaded it. Two problems: the screen is not working as it should, I've been trying for hours to get further but I can't get one step closer. Also in the webinterface I can't select any GPIO pins (e.g. for display backlight pin since only 'none' is displayed. Or under the GPIO configuration the list is empty).
This lovyangfx config is working in an Arduino sketch:
This is my openhasp config:
I replaced my parallel setup with a standard spi setup, compiled and uploaded it. Of course the screen didn't work since it's still wired as parallel. However in the telnet console the gpio errors were gone, and in the webinterface I could select a backlight pin, and under gpio configuration I could select pins again. Reverted back to the parallel setup and no gpio's could be selected and this is in the console again:
Here are some pics of the problems I'm experiencing, and a shot of the screen working with an Arduino sketch.
Beta Was this translation helpful? Give feedback.
All reactions