Marktecwiz
Marktecwiz
About
- Username
- Marktecwiz
- Joined
- Visits
- 41
- Last Active
- Roles
- Unconfirmed, Member
Comments
-
Bart look at this post ES32-wroom 2.8 in display will not program again GPIO 12 is causing the problem and this post shows how to fix it setting esp32 fuses to permanently power the flash with 3.3 volts
-
Thanks Julita I could not figure it out from that post but I asked Elecrow. This is from Elecrow and I tested it and it works. In the file where lv_init (); is I added the following lines disp_drv.drawbuf = 1; //added lines below heredisp_drv.sw_r…
-
Re: Flicker (Quote) **I removed all the grey and I found a function of mine that was writing to the display very ofte. Now the 5 inch display does not flicker at all. **
-
I just purchased a new 5inch display and it flickers on grey screen. Does this new screen have the mod? Mark
-
I found a post regarding the flicker Because the voltage value of VCOM 3.3V is not enough. Inputting 3.8V to VCOM can solve this flickering problem.
-
Sun So the screen is flickering slightly at 12mhz frame rate. I am going to try to run the MQTT on the second core but I do not have experience in doing that. Any reference will be apreciated Mark
-
Sun I changed the frame rate from 16mhz to 8 and mqtt worked - but the display flickered I found that 12 mhz worked and 14 mhz does not work, When I first boot up the display it flickers a little then seems to stop or at least is not noticiable. Eve…
-
Sunny I tried the above and get the same problem. I used this example https://github.com/khoih-prog/AsyncMQTT_ESP32/tree/main/examples/ESP32/FullyFeatured_ESP32 it worked better then the first code I posted which answered my question on why use the…
-
Thank you Sun for you quick response. Can you give me a quick explanation as to why I need the to use the RTOS library?
-
Hello Winny thanks for your reply You said "IO36 and IO377 have been occupied by the module's internal OSPI PSRAM, so you can not use them as I2C port RE: PINS 36 and #7" I said "ESP pin 37 and 36 " that is TXD0 and RXD0" B…