MrSunshine
MrSunshine
About
- Username
- MrSunshine
- Joined
- Visits
- 22
- Last Active
- Roles
- Member
Comments
-
Just putting closure on this. That comment stating that the pinout is not needed for certain displays would have been useful information straight out of the video instead of stating it was needed. I figured this out about the same time you posted …
-
I dare say that the written documentation should always precede video multimedia content. To do it the other way around invites problems and generates confusion.
-
Sounds about right. Just sync up the fine details and things will eventually come together.
-
I discovered the ESP_ERR_NO_MEM is a self-induced problem caused by aged or corrupt PlatformIO cache. It couldn't resolve itself in order to recognize the required esp32 board for this solution. I had fixed it at about the same time I proposed the…
-
Blindly searching through all the code I found a promising function you may want to check out. I'm in the middle of some deeply involved troubleshooting otherwise I'd explore this. See if the setBrightness function is what you're looking for. lcd.…
-
I too would like to know the answer to this question. Seems reasonably done with PWM, but probably already available via one of the libraries that is in control of the display.
-
This might just turn into one of those this is the way situations since it could be by design. However, you might find your solution here: https://docs.espressif.com/projects/esptool/en/latest/esp32s3/advanced-topics/boot-mode-selection.html#
-
Page 2 of PDF instructs to create a new project. In the wizard you will specify the board per the image. Its not a file that you provide. PlatformIO downloads what it needs per project in an ad-hoc style as you add resources to the project. If y…
-
Compilation fixed and able to push. Now slammed right into a fancy runtime error. Seems to be an out of memory exception ESP_ERR_NO_MEM ELF file SHA256: 0000000000000000 Rebooting... @!Ƃ␆␜ނ␀␑��JL�9�9��E (17) lcd_panel.rgb: esp_lcd_new_rgb_panel…
-
I tried to use the Factory Program in hopes of printing out any global definitions that could be exposed at that level of the program, but they were not available so I wasn't able to extract them. Thus I'm powerless to continue without proper docu…