Support for TFT & Touch Screens (#18130)
This commit is contained in:
committed by
GitHub
parent
bba157e5bd
commit
117df87d19
@ -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
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for STM32F1 genericSTM32F103VE
|
||||
# Build tests for MKS Robin mini
|
||||
# (STM32F1 genericSTM32F103VE)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
@ -10,7 +11,7 @@ use_example_configs Mks/Robin
|
||||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_MINI
|
||||
opt_set EXTRUDERS 1
|
||||
opt_set TEMP_SENSOR_1 0
|
||||
exec_test $1 $2 "Default Configuration"
|
||||
exec_test $1 $2 "MKS Robin mini"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
||||
|
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for STM32F1 genericSTM32F103VE
|
||||
# Build tests for MKS Robin nano
|
||||
# (STM32F1 genericSTM32F103VE)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
@ -8,7 +9,7 @@ set -e
|
||||
|
||||
use_example_configs Mks/Robin
|
||||
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
|
||||
exec_test $1 $2 "Default Configuration"
|
||||
exec_test $1 $2 "MKS Robin nano"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
||||
|
13
buildroot/tests/mks_robin_stm32-tests
Normal file
13
buildroot/tests/mks_robin_stm32-tests
Normal file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Build tests for MKS Robin (HAL/STM32)
|
||||
#
|
||||
|
||||
# exit on first failure
|
||||
set -e
|
||||
|
||||
use_example_configs Mks/Robin
|
||||
exec_test $1 $2 "MKS Robin base configuration"
|
||||
|
||||
# cleanup
|
||||
restore_configs
|
Reference in New Issue
Block a user