浏览代码

Update U8glib URL

esenapaj 8 年前
父节点
当前提交
352294b5f5
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      Marlin/Marlin.ino
  2. 1
    1
      Marlin/dogm_lcd_implementation.h

+ 1
- 1
Marlin/Marlin.ino 查看文件

@@ -49,7 +49,7 @@
49 49
     #include <LCD.h>
50 50
     #include <LiquidCrystal_I2C.h>
51 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 53
   #else
54 54
     #include <LiquidCrystal.h> // library for character LCD
55 55
   #endif

+ 1
- 1
Marlin/dogm_lcd_implementation.h 查看文件

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

正在加载...
取消
保存