I'm using the PDQ_ILI9341 library on my adafruit 2.8" touch display because it is supposed to be several fold faster than the standard adafruit library, which it is, but the problem is it's not drawing bitmaps properly.
When I call the drawXBitmap function, it only draws about half a dozen vertical lines starting from the origin and then aborts the rest of the picture. Can't figure out why. It was drawing the whole thing before so I assume there's something about this new library that isn't liking my code. Can anyone shed some light on this? Code attached.
Bear in mind I had to add the colors purple and orange to the library because they didn't exist so you should probably comment that our or change colors to avoid compile errors.
PDQ_ILI9341_config.h (2.33 KB)
sketch_sep28a_faster.ino (64.5 KB)