Skip to content

Commit

Permalink
📺 Tune ULTI_CONTROLLER encoder, enable PCA9632 (MarlinFirmware#23461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansonl authored and AlexColello committed Jan 14, 2022
1 parent 7066f86 commit aab4402
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Marlin/src/inc/Conditionals_LCD.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,11 @@
#define IS_ULTIPANEL 1
#define U8GLIB_SSD1309
#define LCD_RESET_PIN LCD_PINS_D6 // This controller need a reset pin
#define ENCODER_PULSES_PER_STEP 2
#define ENCODER_STEPS_PER_MENU_ITEM 2
#define ENCODER_PULSES_PER_STEP 4
#define ENCODER_STEPS_PER_MENU_ITEM 1
#ifndef PCA9632
#define PCA9632
#endif

#elif ENABLED(MAKEBOARD_MINI_2_LINE_DISPLAY_1602)

Expand Down

0 comments on commit aab4402

Please sign in to comment.