You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add memory buffer support for Adafruit GFX based displays as an option. For TFT displays adafruit can look a little flickery, this is because we are first clearing the display then putting menu items onto there.
This is to do the same thing as we do for TFT_eSPI, where we draw into a buffer first, then regardless of display performance, flickering is reduced.
The text was updated successfully, but these errors were encountered:
Add memory buffer support for Adafruit GFX based displays as an option. For TFT displays adafruit can look a little flickery, this is because we are first clearing the display then putting menu items onto there.
This is to do the same thing as we do for TFT_eSPI, where we draw into a buffer first, then regardless of display performance, flickering is reduced.
The text was updated successfully, but these errors were encountered: