Flickering inscriptions ST7796 stm32f411 #1621
Replies: 3 comments
-
This is down to the redraw speed, fonts 2, 4, 6, 7 and 8 were created for the UNO and Mega so are optimised for speed using Run Length Encoding. Flicker is therefore minimised. Sprite are the best way to avoid flicker. The b |
Beta Was this translation helpful? Give feedback.
-
This library uses a neat trick to reduce flicker with the Adafruit Free Fonts: |
Beta Was this translation helpful? Give feedback.
-
What causes flickering? |
Beta Was this translation helpful? Give feedback.
-
Hello, tell me why almost all fonts flicker on ST7796 stm32f411?
But it does not flicker if you use the font indicated by the number:
tft.drawString(String(0) + String(tm.Second), 380, 200, 6);
Beta Was this translation helpful? Give feedback.
All reactions