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 using ArduinoIDE 2.3.6 and ESP32-Arduino-Package 3.3.3.
My board is a Guition JC8012P4A1C - that's a 10.1inch DSI-display with ESP32-P4/ESP32-C6, graphic controller JD9365, touch controller GSL3680 (I2C).
Manufactor offers a large zip-archive for download. Example with lvgl9 is working and reacts on touching buttons and sliders.
Now I try out example board_static_config.ino and I place esp_panel_board_custom_conf.h and esp_panel_drivers_conf.h in my sketch folder.
With #define ESP_PANEL_BOARD_USE_TOUCH (0)
in esp_panel_board_custom_conf.h sketch works and I can see colored bars on display. When I change that line to '1' compiler throws error(s).
In esp_panel_drivers_conf.h I can't choose my touch controller:
a) When I don't change it, compiler throws errors.
b) If I remove ILI9341 and let the line empty, compiler throws errors.
c) If I outcomment this line, compiler throws errors.
d) If I put GSL3680 in there ... correct: compiler throws errors.
Is GSL3680 not complete implemented?
BTW:
I installed ESP_Display_Panel 1.0.4. It is the newest version. With
in esp_panel_drivers_conf.h there are a lot of warnings, that this header file is newer that library. When I set it to 1.0.4, I get warnings, that header file is outdated.
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using ArduinoIDE 2.3.6 and ESP32-Arduino-Package 3.3.3.
My board is a Guition JC8012P4A1C - that's a 10.1inch DSI-display with ESP32-P4/ESP32-C6, graphic controller JD9365, touch controller GSL3680 (I2C).
Manufactor offers a large zip-archive for download. Example with lvgl9 is working and reacts on touching buttons and sliders.
Now I try out example board_static_config.ino and I place esp_panel_board_custom_conf.h and esp_panel_drivers_conf.h in my sketch folder.
With
#define ESP_PANEL_BOARD_USE_TOUCH (0)in esp_panel_board_custom_conf.h sketch works and I can see colored bars on display. When I change that line to '1' compiler throws error(s).
a) When I don't change it, compiler throws errors.
b) If I remove ILI9341 and let the line empty, compiler throws errors.
c) If I outcomment this line, compiler throws errors.
d) If I put GSL3680 in there ... correct: compiler throws errors.
Is GSL3680 not complete implemented?
BTW:
I installed ESP_Display_Panel 1.0.4. It is the newest version. With
in esp_panel_drivers_conf.h there are a lot of warnings, that this header file is newer that library. When I set it to 1.0.4, I get warnings, that header file is outdated.
Beta Was this translation helpful? Give feedback.
All reactions