Replies: 6 comments 11 replies
-
Can confirm, it works. |
Beta Was this translation helpful? Give feedback.
-
I also can confirm. Made a little clock app as a tester. Nothing complicated but you can use it as a base |
Beta Was this translation helpful? Give feedback.
-
Hello, I am trying to develop my own project with this board (JC4840W550), and I can compile and run with Platformio both examples of rzeldent and mattjohnpowell clock (very nice). But, in both cases, I have an annoying jitter effect in the display associated (I think so) with screen refresh. |
Beta Was this translation helpful? Give feedback.
-
Good morning. I had a piece of software that worked very well with Squareline and an ESP32S3 on a JC8048W550 display. About a month ago, I received some new models with a different ESP32S3 reference. When I loaded the program, the image remained blank. The ESP ran normally, and the display worked, but I didn't see any images. Could someone help me figure out how to get the images to appear? I've attached the software in case anyone could help me. I'd really appreciate it. https://drive.google.com/file/d/1SS6X_I-WKKLQWw33BCKnvBBp-eKFN2cX/view?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
// Configuración del temporizador void InicializarPantalla(void){ |
Beta Was this translation helpful? Give feedback.
-
@Ebusicano muchas gracias, efectivamente el cambio que hay que hacer es en la carpeta boards ubica el archivo json que esta utilizando para mi caso esp32-8048S050C y donde aparece "'-D ST7262_PANEL_CONFIG_TIMINGS_PCLK_HZ=(12.51000000)'", lo modifico a "'-D ST7262_PANEL_CONFIG_TIMINGS_PCLK_HZ=(15.41000000)'" y la pantalla funciona. Si alguien tiene dudas con respecto al dispostivo que esta utilizando por favor abran el archivo platformio.ini ubico la linea default_envs = esp32-8048S050C. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First a big thank you to rzeldent! First time user of LVGL here and everything (demo) worked on the first go without any changes.
Of course I bought some displays before looking into the setup process and at first I thought I should have bought something else because of user reports I read regarding the lack of support for the ST7262. Then through Google I ended up here and -it just works-.
Good news: I bought a Guition JC8048W550 display (-C for capacitive touch) and looking at the example code I figured it was almost identical to the CYD 8048S050C. The Guition has a battery connector which I guess is a bonus and it is cheaper.
Found it in the Guition Store here: https://a.aliexpress.com/_EGlCxAF
There’s a 4.3” version as well but that one seems to have less flash memory (4Mbyte).
PS: it’s not as blue as on the photo! :)
Beta Was this translation helpful? Give feedback.
All reactions