Support for TFT & Touch Screens (#18130)
This commit is contained in:
committed by
Scott Lahteine
parent
3fbc002bad
commit
8f8b0d84ae
@ -1,13 +1,16 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for STM32F1 genericSTM32F103ZE
|
||||
# Build tests for MKS Robin
|
||||
# (STM32F1 genericSTM32F103ZE)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
use_example_configs Mks/Robin
|
||||
exec_test $1 $2 "Default Configuration"
|
||||
opt_disable TFT_320x240
|
||||
opt_enable FSMC_GRAPHICAL_TFT
|
||||
exec_test $1 $2 "MKS Robin base configuration"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
||||
|
Reference in New Issue
Block a user