Skip to content

Commit

Permalink
🩹 Fix Mini 12864 on BTT Kraken (#26918)
Browse files Browse the repository at this point in the history
Co-authored-by: ellensp <530024+ellensp@users.noreply.github.com>
  • Loading branch information
thisiskeithb and ellensp authored Apr 7, 2024
1 parent 7dc7195 commit 77f93e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/pins/stm32h7/pins_BTT_KRAKEN_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,9 @@
#define DOGLCD_CS EXP1_03_PIN
#define DOGLCD_A0 EXP1_04_PIN
//#define LCD_BACKLIGHT_PIN -1

#define FORCE_SOFT_SPI

#define LCD_RESET_PIN EXP1_05_PIN // Must be high or open for LCD to operate normally.
#if ANY(FYSETC_MINI_12864_1_2, FYSETC_MINI_12864_2_0)
#ifndef RGB_LED_R_PIN
Expand Down

0 comments on commit 77f93e0

Please sign in to comment.