SKR mini can use 128x64 LCD (#14388)

This commit is contained in:
Msq001 2019-06-26 14:12:41 +08:00 committed by Scott Lahteine
parent 8934b32f1b
commit e3846ec7a1
2 changed files with 11 additions and 1 deletions

View file

@ -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