parent
9237569dbd
commit
17c16fa74d
|
|
@ -15,7 +15,7 @@
|
||||||
#include <SPIFlash.h> //get it here: https://github.com/lowpowerlab/spiflash
|
#include <SPIFlash.h> //get it here: https://github.com/lowpowerlab/spiflash
|
||||||
#include <PString.h> //easy string manipulator: http://arduiniana.org/libraries/pstring/
|
#include <PString.h> //easy string manipulator: http://arduiniana.org/libraries/pstring/
|
||||||
#include <Streaming.h> //easy C++ style output operators: http://arduiniana.org/libraries/streaming/
|
#include <Streaming.h> //easy C++ style output operators: http://arduiniana.org/libraries/streaming/
|
||||||
#include "U8glib.h" //https://bintray.com/olikraus/u8glib/Arduino
|
#include "U8glib.h" //https://github.com/olikraus/U8glib_Arduino/releases
|
||||||
//u8g compared to adafruit lib: https://www.youtube.com/watch?v=lkWZuAnHa2Y
|
//u8g compared to adafruit lib: https://www.youtube.com/watch?v=lkWZuAnHa2Y
|
||||||
//drawing bitmaps: https://www.coconauts.net/blog/2015/01/19/easy-draw-bitmaps-arduino/
|
//drawing bitmaps: https://www.coconauts.net/blog/2015/01/19/easy-draw-bitmaps-arduino/
|
||||||
//*****************************************************************************************************************************
|
//*****************************************************************************************************************************
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
#include <RFM69.h> //get it here: https://www.github.com/lowpowerlab/rfm69
|
#include <RFM69.h> //get it here: https://www.github.com/lowpowerlab/rfm69
|
||||||
#include <SPIFlash.h> //get library from: https://www.github.com/lowpowerlab/spiflash
|
#include <SPIFlash.h> //get library from: https://www.github.com/lowpowerlab/spiflash
|
||||||
#include <LowPower.h> //get library from: https://github.com/lowpowerlab/lowpower
|
#include <LowPower.h> //get library from: https://github.com/lowpowerlab/lowpower
|
||||||
#include "U8glib.h" //get library from: https://code.google.com/p/u8glib/
|
#include "U8glib.h" //get library from: https://github.com/olikraus/U8glib_Arduino/releases
|
||||||
#include <SPI.h> //included with Arduino IDE (www.arduino.cc)
|
#include <SPI.h> //included with Arduino IDE (www.arduino.cc)
|
||||||
|
|
||||||
//****************************************************************************************************************
|
//****************************************************************************************************************
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
//the OLED drawing will cause a visible delay in the LED blinking, nothing much to do about it without complicating the sketch a lot more
|
//the OLED drawing will cause a visible delay in the LED blinking, nothing much to do about it without complicating the sketch a lot more
|
||||||
|
|
||||||
#ifdef OLED_ENABLE
|
#ifdef OLED_ENABLE
|
||||||
#include "U8glib.h" //get library from: https://code.google.com/p/u8glib/
|
#include "U8glib.h" //get library from: https://github.com/olikraus/U8glib_Arduino/releases
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __AVR_ATmega1284P__
|
#ifdef __AVR_ATmega1284P__
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue