From 17c16fa74d7c060f03544f4a4a88b301445edd63 Mon Sep 17 00:00:00 2001 From: Felix Rusu Date: Wed, 12 May 2021 08:47:08 -0400 Subject: [PATCH] update U8glib links Fixes #166 --- Examples/MightyHat/MightyHat.ino | 2 +- Examples/OLEDMote/OLEDMote.ino | 2 +- .../SonarMote_Parking_Sound_OLED.ino | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/MightyHat/MightyHat.ino b/Examples/MightyHat/MightyHat.ino index 5981628..1129b83 100644 --- a/Examples/MightyHat/MightyHat.ino +++ b/Examples/MightyHat/MightyHat.ino @@ -15,7 +15,7 @@ #include //get it here: https://github.com/lowpowerlab/spiflash #include //easy string manipulator: http://arduiniana.org/libraries/pstring/ #include //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 //drawing bitmaps: https://www.coconauts.net/blog/2015/01/19/easy-draw-bitmaps-arduino/ //***************************************************************************************************************************** diff --git a/Examples/OLEDMote/OLEDMote.ino b/Examples/OLEDMote/OLEDMote.ino index 8bdaeb1..9b875e6 100644 --- a/Examples/OLEDMote/OLEDMote.ino +++ b/Examples/OLEDMote/OLEDMote.ino @@ -31,7 +31,7 @@ #include //get it here: https://www.github.com/lowpowerlab/rfm69 #include //get library from: https://www.github.com/lowpowerlab/spiflash #include //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 //included with Arduino IDE (www.arduino.cc) //**************************************************************************************************************** diff --git a/Examples/SonarMote/SonarMote_Parking_Sound_OLED/SonarMote_Parking_Sound_OLED.ino b/Examples/SonarMote/SonarMote_Parking_Sound_OLED/SonarMote_Parking_Sound_OLED.ino index 1a3fc3a..8b9780b 100644 --- a/Examples/SonarMote/SonarMote_Parking_Sound_OLED/SonarMote_Parking_Sound_OLED.ino +++ b/Examples/SonarMote/SonarMote_Parking_Sound_OLED/SonarMote_Parking_Sound_OLED.ino @@ -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 #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 #ifdef __AVR_ATmega1284P__