Browse Source

Update U8glib URL

esenapaj 9 years ago
parent
commit
352294b5f5
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      Marlin/Marlin.ino
  2. 1
    1
      Marlin/dogm_lcd_implementation.h

+ 1
- 1
Marlin/Marlin.ino View File

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

+ 1
- 1
Marlin/dogm_lcd_implementation.h View File

29
  *
29
  *
30
  * With the use of:
30
  * With the use of:
31
  * u8glib by Oliver Kraus
31
  * u8glib by Oliver Kraus
32
- * http://code.google.com/p/u8glib/
32
+ * https://github.com/olikraus/U8glib_Arduino
33
  * License: http://opensource.org/licenses/BSD-3-Clause
33
  * License: http://opensource.org/licenses/BSD-3-Clause
34
  */
34
  */
35
 
35
 

Loading…
Cancel
Save