elecrow esp32 display, problem.

Hi,

I have created a series of engine tools, such as tachometers, temperature gauges, fuel level indicators, etc., using Squareline. Then, I load everything through the Arduino IDE. However, when the display receives information from the instruments via serial or I2C, the entire image with various instruments slowly and randomly shifts along the x-axis to the right before re-entering from the left side of the display. Do you have any assistance in resolving this issue? I have, of course, used all the settings and versions of the various libraries as shown in your YouTube video.

I hope you can help me, thank you in the meantime

Daniele

Tagged:

Comments

  • Hello @Daniele ,

    Could you please send us a video to show the problem? Thanks in advance.

  • "I don't know how to send you the video in MP4 and neither the photos. If I drag them into the text space, MP4 files and JPG photos don't work. What is the procedure? Thanks for your help. Daniele

  • Hello Daniele,

    Because the server of our website is being updated, some website functions are abnormal, and files cannot be uploaded in the forum. Please send the video of the problem to techsupport@elecrow.com

  • Thank you for responding.

    I have sent the video file and the .ino file of my code to the Elecrow email address. Thanks also to James_Potter for the link. I tried migrating to the LovyanGFX library, but I can't get it to work. So let's see if anyone has a good idea to solve the problem with <lvgl.h>. Thanks, Daniele.

  • I am also trying to use the LovyanGFX library with my code replacing the Arduino GFX .

  • From what I understand, the friends at Elecrow are working on it, so let's stay tuned for new updates. :D

  • edited March 2024

    Refer this .--> Link

  • edited March 2024

    Finally, I managed to adapt the code with the new libraries and solved the problem. I'm attaching "txt" the base code that works for me, hoping it can be useful to someone: esp32 display 7, Squareline use, IDE Arduino 2.3.0, LVGL8.3.11
    Thank you anyway to all of you who intervened.
    Daniele

    7.txt 4.8K
  • It can be super frustrating running into issues with the Elecrow ESP32 display—I’ve been there! Sometimes it's something as simple as mismatched libraries or power supply inconsistencies. Double-checking your wiring and ensuring the correct display driver (like TFT_eSPI or LovyanGFX) is set up properly often helps. It’s kind of like when PlayPelis APK has a hiccup—usually a quick tweak or update gets things back on track. Have you tried testing it with a basic example sketch just to isolate the issue?

Sign In or Register to comment.