Robin nano V2, TFT LVGL UI parameters, and more (#18500)
This commit is contained in:
@@ -37,8 +37,9 @@ lib_deps =
|
||||
# Feature Dependencies
|
||||
#
|
||||
[features]
|
||||
TFT_LVGL_UI = MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
|
||||
HAS_TFT_LVGL_UI = lvgl=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
|
||||
src_filter=+<src/lcd/extui/lib/mks_ui>
|
||||
extra_scripts=download_mks_assets.py
|
||||
HAS_TRINAMIC_CONFIG = TMCStepper@~0.7.1
|
||||
SR_LCD_3W_NL = SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
||||
DIGIPOT_MCP4... = SlowSoftI2CMaster
|
||||
@@ -525,7 +526,7 @@ build_flags = ${common_stm32f1.build_flags}
|
||||
-DMCU_STM32F103VE -DARDUINO_GENERIC_STM32F103V -DARDUINO_ARCH_STM32F1 -DBOARD_generic_stm32f103v
|
||||
-DDEBUG_LEVEL=DEBUG_NONE -DCONFIG_MAPLE_MINI_NO_DISABLE_DEBUG=1 -DVECT_TAB_ADDR=0x8000000
|
||||
-DERROR_LED_PORT=GPIOE -DERROR_LED_PIN=6
|
||||
upload_protocol = serial
|
||||
upload_protocol = serial
|
||||
|
||||
#
|
||||
# Longer 3D board in Alfawise U20 (STM32F103VET6)
|
||||
@@ -555,7 +556,7 @@ build_flags = ${common_stm32f1.build_flags}
|
||||
-DMCU_STM32F103VE
|
||||
|
||||
#
|
||||
# MKS Robin Nano (STM32F103VET6) - Emulated Graphical 128x64 (DOGM) UI
|
||||
# MKS Robin Nano (STM32F103VET6) - Emulated Graphical 128x64 (DOGM) UI and LVGL UI
|
||||
#
|
||||
[env:mks_robin_nano]
|
||||
platform = ${common_stm32f1.platform}
|
||||
@@ -567,6 +568,18 @@ extra_scripts = ${common.extra_scripts}
|
||||
build_flags = ${common_stm32f1.build_flags}
|
||||
-DMCU_STM32F103VE -DSS_TIMER=4
|
||||
|
||||
#
|
||||
# MKS Robin Nano v2.0 (STM32F103VET6) - LVGL UI
|
||||
#
|
||||
[env:mks_robin_nano35_v2]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:mks_robin_nano
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
buildroot/share/PlatformIO/scripts/mks_robin_nano35.py
|
||||
lib_deps = ${common_stm32f1.lib_deps}
|
||||
debug_tool = jlink
|
||||
upload_protocol = jlink
|
||||
|
||||
#
|
||||
# MKS Robin (STM32F103ZET6)
|
||||
#
|
||||
@@ -753,8 +766,8 @@ extra_scripts = ${common.extra_scripts}
|
||||
# FYSETC S6 (STM32F446VET6 ARM Cortex-M4)
|
||||
#
|
||||
[env:FYSETC_S6]
|
||||
platform = ${common_stm32.platform}
|
||||
extends = common_stm32
|
||||
platform = ${common_stm32.platform}
|
||||
extends = common_stm32
|
||||
platform_packages = ${common_stm32.platform_packages}
|
||||
tool-stm32duino
|
||||
board = fysetc_s6
|
||||
|
||||
Reference in New Issue
Block a user