ソースを参照

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
 

読み込み中…
キャンセル
保存