From 7a983dcbc5cf08030018be01ccf3fa6c3a216040 Mon Sep 17 00:00:00 2001 From: Tony DiCola Date: Fri, 25 Jul 2014 18:40:41 -0700 Subject: [PATCH] Fix #11 by adding SPI.h to tftbmp example. --- examples/tftbmp/tftbmp.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tftbmp/tftbmp.pde b/examples/tftbmp/tftbmp.pde index 3c437d9..e047801 100755 --- a/examples/tftbmp/tftbmp.pde +++ b/examples/tftbmp/tftbmp.pde @@ -6,6 +6,7 @@ #include // Core graphics library #include // Hardware-specific library #include +#include // The control pins for the LCD can be assigned to any digital or // analog pins...but we'll use the analog pins as this allows us to