Replies: 3 comments 2 replies
-
|
I found information in Elecrow-forum, that error should come from ESP-Arduino Package 3.2.0 and user should downgrade to 3.1.1. This topic is about the smaler 7inch JC1060P470 - I don't have such problems with the JC1060P470, it works with package 3.3.0 So downgrading doesn't work for me. I got error, that Arduino_ESP32RGBPanel.h can't include esp_lcd_panel_rgb.h ... Opposite way: installing package 3.3.2 makes that test sketch work. My main problem in the background: |
Beta Was this translation helpful? Give feedback.
-
|
@ moononournation: Because my MIPI-DSI display doesn't use SPI or Wire and my sketch is without using touch function for the moment, such a call must come from your library. Here is the sketch I used as second. Arduino_GFX fills displays green, then lvgl should fill display grey and write a label. Everything works with ESP-Arduino-Package 3.3.2: |
Beta Was this translation helpful? Give feedback.
-
|
Next step: That bring back error "i2c: CONFLICT! driver_ng is not allowed to be used with this old driver". It may be a problem of the GSL3680 driver. But I can't found any other driver for ArduinoIDE. So the verdict is: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My 10.1inch display arrived and I tried a simple sketch without touch, only filling the screen and write a text:
It directly crashes:
I'm wondering about that I2c-error, because I don't use touch function.
BTW, the are several warning about Arduion_GFX-library:
Beta Was this translation helpful? Give feedback.
All reactions