ST7789 gLCD and Arduino nano- Slow Display response

Use this section to discuss your embedded Flowcode projects.
Post Reply
ifrdbcsirbd
Posts: 1
http://meble-kuchenne.info.pl
Joined: Sun May 22, 2022 11:18 am

Flowcode v9 ST7789 gLCD and Arduino nano- Slow Display response

Post by ifrdbcsirbd »

I am trying to use ST7789 1.3 inch LCD with Arduino nano with Flowcode 9. The written code changes background color in every second. But in practical the color changes very slowly from top to bottom (Slow motion), not instant. How can I set to change display instant? please help some one.
Attachments
ST7789-Ard-Nano.fcfx
(14.03 KiB) Downloaded 2 times

medelec35
Matrix Staff
Posts: 2110
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 656 times
Been thanked: 710 times

Re: ST7789 gLCD and Arduino nano- Slow Display response

Post by medelec35 »

Hello.
Within the display properties, try changing your prescaler to Fosc/4
It still might not be instant but the speed is tied up with the microcontroller running speed.
Martin

Post Reply