Skip to content

Commit

Permalink
update nano tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rhapsodyv committed Sep 8, 2020
1 parent 8ee5cf6 commit a071ebb
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions buildroot/tests/mks_robin_nano35-tests
Original file line number Diff line number Diff line change
Expand Up @@ -11,35 +11,40 @@ use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
opt_disable TFT_320x240
opt_enable TOUCH_SCREEN
opt_enable FSMC_GRAPHICAL_TFT
opt_enable TFT_CLASSIC_UI
opt_enable MKS_ROBIN_TFT35
exec_test $1 $2 "MKS Robin nano v1.2 Emulated DOGM FSMC"

use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
opt_disable TFT_320x240
opt_enable TOUCH_SCREEN
opt_enable SPI_GRAPHICAL_TFT
opt_enable TFT_CLASSIC_UI
opt_enable MKS_TS35_V2_0
exec_test $1 $2 "MKS Robin v2 nano Emulated DOGM SPI"

use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO
opt_disable TFT_320x240
opt_disable TOUCH_SCREEN
opt_enable TFT_LVGL_UI_FSMC
opt_enable TFT_LVGL_UI
opt_enable MKS_ROBIN_TFT35
exec_test $1 $2 "MKS Robin nano v1.2 LVGL FSMC"

use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
opt_disable TFT_320x240
opt_disable TOUCH_SCREEN
opt_enable TFT_LVGL_UI_SPI
opt_enable TFT_LVGL_UI
opt_enable MKS_TS35_V2_0
exec_test $1 $2 "MKS Robin v2 nano LVGL SPI"

use_example_configs Mks/Robin
opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
opt_disable TFT_320x240
opt_enable TOUCH_SCREEN
opt_enable TFT_480x320_SPI
opt_enable TFT_COLOR_UI
opt_enable MKS_TS35_V2_0
exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI"

# cleanup
Expand Down

0 comments on commit a071ebb

Please sign in to comment.