From e840071342e440d2a3cc34ee5560ad073f4a6c1d Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Thu, 22 Jan 2015 12:26:11 -0500 Subject: [PATCH] Update PiGateway_withLCD.ino --- Examples/PiGateway/PiGateway_withLCD.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/PiGateway/PiGateway_withLCD.ino b/Examples/PiGateway/PiGateway_withLCD.ino index 8334c70..da80fe5 100644 --- a/Examples/PiGateway/PiGateway_withLCD.ino +++ b/Examples/PiGateway/PiGateway_withLCD.ino @@ -14,9 +14,9 @@ #include //get it here: http://github.com/lowpowerlab/spiflash #include //get it here: https://github.com/LowPowerLab/WirelessProgramming #include //comes with Arduino IDE (www.arduino.cc) -#include "ST7036.h" -#include "LCD_C0220BiZ.h" -#include +#include "ST7036.h" //get it from here: https://bitbucket.org/fmalpartida/st7036-display-driver/src/ +#include "LCD_C0220BiZ.h" //get it from here: https://bitbucket.org/fmalpartida/st7036-display-driver/src/ +#include //comes with Arduino //***************************************************************************************************************************** // ADJUST THE SETTINGS BELOW DEPENDING ON YOUR HARDWARE/SITUATION! @@ -183,4 +183,4 @@ void Blink(byte PIN, int DELAY_MS) // Serial.setTimeout(0); // //Serial.println(); // return inputLen; -//} \ No newline at end of file +//}