james_potter
james_potter
About
- Username
- james_potter
- Joined
- Visits
- 16
- Last Active
- Roles
- Member
Comments
-
Refer this .--> Link
-
# [SOLVED] Changes i made are as following : 1.Prefer speed > changed From 16000000 to 9000000 2.-> /* Change to your screen resolution */ static uint32_t screenWidth = 800; static uint32_t screen height = 480; Also Keep a minimum delay in…
-
there might be some following issue and I have been going through each one of them. 1.Some unwanted memory modifications. 2.False LVGL coordinate/colour setting caused by the UART or filesystem 3.ESP32 documentation (espressif-docs) : Why do I get d…
-
I am also trying to use the LovyanGFX library with my code replacing the Arduino GFX .
-
I have been facing a similar issue: here is the discussion link of forums : https://forum.elecrow.com/index.php?p=/discussion/691/elecrow-esp32s3-lvgl-screen-shifting-error-and-flash-data-storage-while-uart0-in-use#latest My code/zips file along …
-
yes , its working , Thank you