-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing shown on screen, only backlight #21
Comments
Retested the esp32-8048S070C (others had similar problems). My local version has backlight... Might have something to do with: https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html // Setup backlight Something else that has been changed is the frequency; was 2000 Hz but this was audible. So now to 20kHz. Maybe this is too high? |
Ok I can confirm that backlight is working (tried to change the backlight value, it's changing the light accordingly). |
Maybe that's already solved on library's |
I have the same problem using the ESP32-8048S043 display |
Have you updaed platform io to the latest platform? https://docs.platformio.org/en/latest/core/userguide/platforms/cmd_update.html pio pkg platform upate |
@rzeldent |
Hi Passpaas, Assume you still have problems? |
Hi @rzeldent , thanks for looking into the issue. May the Meanwhile, this is my board, in case you can have a look if the board PCB layout is somewhat different from yours: |
Hi paaspass, I merged the develop to master, so you can try that... However, no significant changes are present for the 8048S050C as I remember. Let me know how it went... |
Hi @rzeldent, no luck trying what you suggested, unfortunately. |
Hi Paaspaas, I updated the boards definitions file with different parameters for the display. This has been done in the current develop boards repo. See PR: rzeldent/platformio-espressif32-sunton@5cae5f6 These are available in the develop branch, so after you checked out the project, switch to the develop branch and also make sure you're using the development branch of the board definitions. Pls let me know if this works. |
Hi @rzeldent , done the steps you mentioned, still white screen, no change from before. White backlight and no image |
I have the same issue with ESP32-8048S050C, we discussed it quickly in the I traced all of the PCB routes as far as I could and it looks like everything corresponds to the schematic (of course it is possible that I missed something), but all pins definitions correspond to the pinout on the updated board definitions. Some notes about both of the boards:
Probably they have a different LCD driver but I'm not sure how to check that, so can you guide me a bit what I can do to give you a bit more information about the board itself (unfortunately I have only basic tools) ? P.S. Since I have two of these boards one of them can be destroyed if it is needed for the investigation. |
Can you send the link to the demo program that's working? Just to be sure? |
The demo mentioned above was pre-uploaded by the manufacturer and the display just arrived with it on board. |
Just ordered a esp32-8048S050C board to look what's going on.... |
I just played with the parameters and: Any other values like I've tested on both branches Sorry that I'm late with 15 mins and you had to buy this board :/ |
One more thing in addition to all the above is that on the |
Hi h3lgi, That's very good news. I could not find wrong parameter and not having the board did not help. Just to be sure, could you send the configuration that is working so I can update the boards files?? Great job! |
You can find the config that worked for me HERE |
Thanks Will put it in the repo! |
After changing the I did play a bit more with parameters and put everything to relate to the ST7262 datasheet. However, it obviously did not work with 25MHz frequency but I placed half of it i.e. 12.5MHz worked and the glitches are gone. So my final setting for And the GIST file is also updated. P.S. I also changed the |
@h3lgi just found some demo project here https://www.makerfabs.com/sunton-esp32-s3-5-inch-ips-with-touch.html |
@paaspaas00 unfortunately I do not have time for tests next few days, but can you also test the config that I shared on your display and give some feedback? |
Thx guys ! Now me ESP32-8048S043C is working for firts time. |
Hi there, Thanks allot! |
How did you @themacboy managed, can you provide some infos ? |
So I've got a ESP32-8048S050C display board. I tried to load this project but all I see is white screen (backlight is working) but nothing shown (no GUI etc). Touchscreen works.
What's the issue? I suspect some library mismatch (dunno, required LVGL or something)
Thank you since now! @rzeldent
The text was updated successfully, but these errors were encountered: