I am creating a project where I am trying to write to dual ST7735 TFT 1.44 displays (arduino mega)
I have tried using the adafruit library tft.drawBitmap() function and have successfully got it drawing on both screens simultaneously. However I am finding the performance slower than what I require.
After googling, I came across the PDQ library, which I have got working successfully and the performance appears to be significantly better. However I can only get it working on 1 screen. It doesnt appear to support 2 screens?
So my questions are:
Is there a way to get PDQ working on 2+ screens ?
If not, is there a way to improve the performance of the adafruit library ? I am writing single color bitmaps in progmem, but need to achieve smooth scrolling.