Skip to content

Commit

Permalink
run pinsformat.js
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Oct 17, 2022
1 parent 80d7402 commit 0a7ff0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,12 @@
* for backlight configuration see steps 2 (V2.1) and 3 in https://wiki.fysetc.com/Mini12864_Panel/
*/

//#define LCD_PINS_RS EXP1_03_PIN // CS
//#define LCD_PINS_ENABLE PA3 // MOSI
//#define LCD_PINS_RS EXP1_03_PIN // CS
//#define LCD_PINS_ENABLE PA3 // MOSI
#define LCD_BACKLIGHT_PIN -1
#define NEOPIXEL_PIN EXP1_07_PIN
#define LCD_CONTRAST 255
//#define LCD_RESET_PIN EXP1_05_PIN
#define LCD_CONTRAST 255
//#define LCD_RESET_PIN EXP1_05_PIN

#define DOGLCD_CS EXP1_03_PIN
#define DOGLCD_A0 EXP1_01_PIN
Expand Down

0 comments on commit 0a7ff0c

Please sign in to comment.