Library to control a Graphics TFT connected to 4-wire SPI - revised for the Raio RA8875 Display Controller.

Dependents:   FRDM_RA8875_mPaint RA8875_Demo RA8875_KeyPadDemo SignalGenerator ... more

Fork of SPI_TFT by Peter Drescher

Issue: TouchPanelReadable needs to handle "held". (Closed: Fixed)

The current implementation filters a number of samples together, then returns a good x,y coordinate. But after it has acquired the samples it needs, then it starts over - reporting non-touch even though a touch is being held. It does this until it has again acquired enough samples.

The result of this is like a key-repeat, which is not the desired effect.