BurstSPI support for improved performance

Fork of RA8875 by David Smart

Revision:
80:cc4fab58179c
Parent:
79:544eb4964795
Child:
81:01da2e34283d
--- a/RA8875.cpp	Sun Dec 28 19:55:16 2014 +0000
+++ b/RA8875.cpp	Sun Dec 28 19:58:18 2014 +0000
@@ -1,7 +1,9 @@
 /// RA8875 Display Controller Library.
 ///
 /// This is being created for a Raio RA8875-based display from buydisplay.com,
-/// which is 480 x 272 using a 4-wire SPI interface.
+/// which is 480 x 272 using a 4-wire SPI interface. Support is provided for
+/// both a keypad and a resistive touch-screen.
+///
 /// This display controller is used in other display resolutions, up to 800x600.
 /// While this driver has not been tested with these variants, nothing was done
 /// to prevent easily supporting them.