️ SAMD21 LCD uses HW SPI with media (#26012)

This commit is contained in:
Bart Meijer
2023-08-07 06:12:30 +02:00
committed by GitHub
parent b956001d81
commit 205a679959
5 changed files with 33 additions and 33 deletions

View File

@@ -16,7 +16,7 @@
platform = atmelsam
board = minitronics20
build_flags = ${common.build_flags} -std=gnu++17
-DUSBCON -DUSBD_USE_CDC -D__SAMD21__ -DARDUINO_SAMD_MINITRONICS20 -Wno-deprecated-declarations -DU8G_HAL_LINKS -DDEBUG
-DUSBCON -DUSBD_USE_CDC -D__SAMD21__ -DARDUINO_SAMD_MINITRONICS20 -Wno-deprecated-declarations -DDEBUG
-IMarlin/src/HAL/SAMD21/u8g
build_unflags = -std=gnu++11
build_src_filter = ${common.default_src_filter} +<src/HAL/SAMD21>