Переглянути джерело

Make DOGLCD merge neater.

Robert F-C 11 роки тому
джерело
коміт
1c127217df
1 змінених файлів з 1 додано та 4 видалено
  1. 1
    4
      Marlin/Marlin.pde

+ 1
- 4
Marlin/Marlin.pde Переглянути файл

@@ -40,10 +40,7 @@
40 40
   #elif defined(LCD_I2C_TYPE_MCP23017) || defined(LCD_I2C_TYPE_MCP23008)
41 41
     #include <Wire.h>
42 42
     #include <LiquidTWI2.h>
43
-  #else
44
-    #include <LiquidCrystal.h>
45
-  #endif
46
-  #ifdef DOGLCD
43
+  #elif defined(DOGLCD)
47 44
     #include <U8glib.h> // library for graphics LCD by Oli Kraus (https://code.google.com/p/u8glib/)
48 45
   #else
49 46
     #include <LiquidCrystal.h> // library for character LCD

Завантаження…
Відмінити
Зберегти