Browse Source

📺 Tune ULTI_CONTROLLER encoder, enable PCA9632 (#23461)

Anson Liu 3 years ago
parent
commit
e99d95b770
No account linked to committer's email address
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Marlin/src/inc/Conditionals_LCD.h

+ 5
- 2
Marlin/src/inc/Conditionals_LCD.h View File

207
   #define IS_ULTIPANEL 1
207
   #define IS_ULTIPANEL 1
208
   #define U8GLIB_SSD1309
208
   #define U8GLIB_SSD1309
209
   #define LCD_RESET_PIN LCD_PINS_D6 //  This controller need a reset pin
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
 #elif ENABLED(MAKEBOARD_MINI_2_LINE_DISPLAY_1602)
216
 #elif ENABLED(MAKEBOARD_MINI_2_LINE_DISPLAY_1602)
214
 
217
 

Loading…
Cancel
Save