Browse Source

SKR mini can use 128x64 LCD (#14388)

pull/1/head
Msq001 5 years ago
committed by Scott Lahteine
parent
commit
e3846ec7a1
  1. 10
      Marlin/src/pins/pins_BIGTREE_SKR_MINI_V1_1.h
  2. 2
      platformio.ini

10
Marlin/src/pins/pins_BIGTREE_SKR_MINI_V1_1.h

@ -179,3 +179,13 @@
#define MOSI_PIN PA7
#define SS_PIN PA4
#endif
#ifndef ST7920_DELAY_1
#define ST7920_DELAY_1 DELAY_NS(125)
#endif
#ifndef ST7920_DELAY_2
#define ST7920_DELAY_2 DELAY_NS(125)
#endif
#ifndef ST7920_DELAY_3
#define ST7920_DELAY_3 DELAY_NS(125)
#endif

2
platformio.ini

@ -312,7 +312,7 @@ build_flags = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
${common.build_flags} -std=gnu++14
build_unflags = -std=gnu++11
lib_deps = ${common.lib_deps}
lib_ignore = U8glib-HAL
lib_ignore =
c1921b4
libf3c
lib066

Loading…
Cancel
Save