-
Hi,
Is there anything you forgot to mention with your setup ?
I copied your repo and downloaded the libraries.
Visual Studio Code compiles it fine, but the linking fails. This is the error I get : …
-
Hi,
I have the ESP32-8048S043 which is using ST7262 display driver.
I want to get the c code for this driver, I tried to derive it from the lcd folder but it's not clear.
I want to use the c …
eagl1 updated
5 months ago
-
Port for TF = VSPI
https://macsbug.wordpress.com/2022/11/29/esp32-8048s043/
-
Hi,
I am trying to make it run on a ESP32-8048S043 board, which contains a 800 * 480 display and a SD
So I set `#define ARDUINOILI9488`
Then in runtime, changed
```
#ifdef ARDUINOILI9488
#inclu…
-
Hi,
I love your nice project, congratulations !
Can you add please support for this capacitive touch display ?
will be great..
Thank you in advance !!
[ESP32-8048S043 Specifications-EN.pd…
-
Hi,
I received this ESP32-EA7013 display from Aliexpreess, I tried to match its settings with the similar RGB display `ESP32-8048S043C`, as I contacted the manufacturing source:
[https://www.eya…
eagl1 updated
1 month ago
-
I try to get Xila running on my Sunton ESP32-8048S043C board. I believe it has the same hardware for display, touch and sd card. The screen resolution is 800x480, identical to the ESP32-8048S070 which…
-
Hi,
I'm running the example code and the high reading of x-y are correct to my display resolution, but the low reading isn't near 0 and reads +200.
My display is `ESP32_8048S043` RGB display and…
eagl1 updated
1 month ago
-
Hello, I have some trouble on gt911 Initialization with board `ESP32-8048S043`. Is someone could help me.
My lvgl-mircopython git log version is `78cc29392253fa6e1054f1e93ca402380b6e2889` on main bra…
-
I'm using the ESP32S3, but when loading multiple images, the animation becomes very choppy. In version v8.3, I could use image cache `img.cache_set_size(10)`, but this method was removed in version v9…