Kaynağa Gözat

📺 Tune ULTI_CONTROLLER encoder, enable PCA9632 (#23461)

Anson Liu 2 yıl önce
ebeveyn
işleme
e99d95b770
No account linked to committer's email address
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 5
    2
      Marlin/src/inc/Conditionals_LCD.h

+ 5
- 2
Marlin/src/inc/Conditionals_LCD.h Dosyayı Görüntüle

@@ -207,8 +207,11 @@
207 207
   #define IS_ULTIPANEL 1
208 208
   #define U8GLIB_SSD1309
209 209
   #define LCD_RESET_PIN LCD_PINS_D6 //  This controller need a reset pin
210
-  #define ENCODER_PULSES_PER_STEP 2
211
-  #define ENCODER_STEPS_PER_MENU_ITEM 2
210
+  #define ENCODER_PULSES_PER_STEP 4
211
+  #define ENCODER_STEPS_PER_MENU_ITEM 1
212
+  #ifndef PCA9632
213
+    #define PCA9632
214
+  #endif
212 215
 
213 216
 #elif ENABLED(MAKEBOARD_MINI_2_LINE_DISPLAY_1602)
214 217
 

Loading…
İptal
Kaydet