Update PiGateway_withLCD.ino

This commit is contained in:
Felix Rusu 2015-01-22 12:26:11 -05:00
parent 602d94e9b8
commit e840071342
1 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@
#include <SPIFlash.h> //get it here: http://github.com/lowpowerlab/spiflash #include <SPIFlash.h> //get it here: http://github.com/lowpowerlab/spiflash
#include <WirelessHEX69.h> //get it here: https://github.com/LowPowerLab/WirelessProgramming #include <WirelessHEX69.h> //get it here: https://github.com/LowPowerLab/WirelessProgramming
#include <SPI.h> //comes with Arduino IDE (www.arduino.cc) #include <SPI.h> //comes with Arduino IDE (www.arduino.cc)
#include "ST7036.h" #include "ST7036.h" //get it from here: https://bitbucket.org/fmalpartida/st7036-display-driver/src/
#include "LCD_C0220BiZ.h" #include "LCD_C0220BiZ.h" //get it from here: https://bitbucket.org/fmalpartida/st7036-display-driver/src/
#include <Wire.h> #include <Wire.h> //comes with Arduino
//***************************************************************************************************************************** //*****************************************************************************************************************************
// ADJUST THE SETTINGS BELOW DEPENDING ON YOUR HARDWARE/SITUATION! // ADJUST THE SETTINGS BELOW DEPENDING ON YOUR HARDWARE/SITUATION!
@ -183,4 +183,4 @@ void Blink(byte PIN, int DELAY_MS)
// Serial.setTimeout(0); // Serial.setTimeout(0);
// //Serial.println(); // //Serial.println();
// return inputLen; // return inputLen;
//} //}