I'm working with Fantel's adaptation of the nrf52840 (EV-BT840F). I have gotten the GFX example working with Adafruit's ILI9341 in SPI mode, however I am having a problem with text flickering.
When I display text I have to erase that text to show the next string. Currently I am re-writing only the pixels containing text to the background color and then writing the new text on the cleared section. The text is still flickering significantly though.
Looking at Arduino and Adafruit forums I notice that the Adafruit library has a function where you can set the foreground and background colors for text which helps with this flickering problem. I haven't seen anything like that in Nordic's GFX library. Has anyone incorporated that or found a fix for this text flickering?