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: Touch library InsertionSort Memory overflow (Closed: Fixed)

This library is fantastic. It has saved me hours (days even) getting up to speed with this display.

I'm a bit new to this code sharing, so I don't know the best way to report this. A static variable in my own routing was getting scrambled when touching the screen. I think it is due to the InsertionSort function in RA8875_Touch.c which has a loop that is over-running. for(i = 1; i <= bufsize; i++) needs the '<=' changed to just '<'

1 comment:

14 Mar 2016

Thanks for reporting this Michael. Unfortunately, the issues don't email me - so just spotted it. I marked it as fixed. If you pull the latest copy you should be able to verify it is fixed.