Quellcode durchsuchen

Color UI + Robin Nano test (#19118)

Victor Oliveira vor 3 Jahren
Ursprung
Commit
f7fe499305
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  1. 7
    0
      buildroot/tests/mks_robin_nano35-tests

+ 7
- 0
buildroot/tests/mks_robin_nano35-tests Datei anzeigen

@@ -35,5 +35,12 @@ opt_disable TOUCH_SCREEN
35 35
 opt_enable TFT_LVGL_UI_SPI
36 36
 exec_test $1 $2 "MKS Robin v2 nano LVGL SPI"
37 37
 
38
+use_example_configs Mks/Robin
39
+opt_set MOTHERBOARD BOARD_MKS_ROBIN_NANO_V2
40
+opt_disable TFT_320x240
41
+opt_enable TOUCH_SCREEN
42
+opt_enable TFT_480x320_SPI
43
+exec_test $1 $2 "MKS Robin v2 nano New Color UI 480x320 SPI"
44
+
38 45
 # cleanup
39 46
 restore_configs

Laden…
Abbrechen
Speichern