Merge pull request #3280 from esenapaj/patch-1

Update U8glib URL
This commit is contained in:
Scott Lahteine 2016-03-30 12:06:53 -07:00
commit b919a6f182
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@
#include <LCD.h>
#include <LiquidCrystal_I2C.h>
#elif ENABLED(DOGLCD)
#include <U8glib.h> // library for graphics LCD by Oli Kraus (https://code.google.com/p/u8glib/)
#include <U8glib.h> // library for graphics LCD by Oli Kraus (https://github.com/olikraus/U8glib_Arduino)
#else
#include <LiquidCrystal.h> // library for character LCD
#endif

View file

@ -29,7 +29,7 @@
*
* With the use of:
* u8glib by Oliver Kraus
* http://code.google.com/p/u8glib/
* https://github.com/olikraus/U8glib_Arduino
* License: http://opensource.org/licenses/BSD-3-Clause
*/