
▲ 9 r/Reflective_LCD
Waveshare 4.2" RCLD - Faster display updates (42FPS) with OneBitDisplay
I just received the Waveshare 4.2" RLCD ESP32-S3 board this week and added support for it to my OneBitDisplay library. With a few minor changes, I was able to get the full screen update speed to a steady 42 FPS (see the video). I added this Arduino example to the library as "rlcd_speed_test".
https://github.com/bitbank2/OneBitDisplay
Update:
I remembered that digitalWrite() in Arduino is unusually slow. I changed them to gpio_set_level() and now it runs at 208 FPS :)
u/Extreme_Turnover_838 — 9 days ago