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 +//}