Scott Lahteine 7 лет назад
Родитель
Сommit
5dc04c5201
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      Marlin/src/inc/Conditionals_post.h

+ 2
- 2
Marlin/src/inc/Conditionals_post.h Просмотреть файл

@@ -1120,9 +1120,9 @@
1120 1120
 #endif
1121 1121
 
1122 1122
 /**
1123
- * VIKI2, miniVIKI, and AZSMZ_12864 require DOGLCD_SCK and DOGLCD_MOSI to be defined.
1123
+ * VIKI2, miniVIKI, AZSMZ_12864, and MKS_12864OLED_SSD1306 require DOGLCD_SCK and DOGLCD_MOSI to be defined.
1124 1124
  */
1125
-#if ENABLED(VIKI2) || ENABLED(miniVIKI) || ENABLED(AZSMZ_12864)
1125
+#if ENABLED(VIKI2) || ENABLED(miniVIKI) || ENABLED(AZSMZ_12864) || ENABLED(MKS_12864OLED_SSD1306)
1126 1126
   #ifndef DOGLCD_SCK
1127 1127
     #define DOGLCD_SCK  SCK_PIN
1128 1128
   #endif

Загрузка…
Отмена
Сохранить