Add TFT_LVGL_UI support (#18438)
This commit is contained in:
parent
39105384ba
commit
e5bc9d31cc
39 changed files with 1564 additions and 1437 deletions
|
|
@ -267,7 +267,7 @@ build_flags = ${common.build_flags} -std=gnu++17 -Wno-register
|
|||
build_unflags = -std=gnu++11
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/SAMD51>
|
||||
lib_deps = ${common.lib_deps}
|
||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||
SoftwareSerialM
|
||||
Adafruit_SPIFlash=https://github.com/adafruit/Adafruit_SPIFlash/archive/master.zip
|
||||
debug_tool = jlink
|
||||
|
||||
|
|
@ -346,7 +346,7 @@ lib_ignore =
|
|||
Adafruit NeoPixel
|
||||
SPI
|
||||
lib_deps = ${common.lib_deps}
|
||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||
SoftwareSerialM
|
||||
|
||||
#
|
||||
# STM32F103RC
|
||||
|
|
@ -385,7 +385,7 @@ lib_deps =
|
|||
LiquidTWI2@1.2.7
|
||||
Adafruit NeoPixel=https://github.com/ccccmagicboy/Adafruit_NeoPixel#meeb_3dp_use
|
||||
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||
SoftwareSerialM
|
||||
USBComposite for STM32F1@0.91
|
||||
lib_ignore = SPI
|
||||
debug_tool = stlink
|
||||
|
|
@ -640,7 +640,7 @@ build_unflags = -std=gnu++11
|
|||
extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin_nano35.py
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
||||
lib_deps = ${common.lib_deps}
|
||||
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||
SoftwareSerialM
|
||||
MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
|
||||
lib_ignore = Adafruit NeoPixel, SPI
|
||||
|
||||
|
|
@ -691,6 +691,17 @@ platform = ${common_stm32f1.platform}
|
|||
extends = env:chitu_f103
|
||||
build_flags = ${env:chitu_f103.build_flags} -DCHITU_V5_Z_MIN_BUGFIX
|
||||
|
||||
#
|
||||
# Chitu boards like Tronxy X5SA (STM32F103ZET6) using TFT LVGL UI
|
||||
#
|
||||
[env:chitu_f103_lvgl]
|
||||
platform = ${common_stm32f1.platform}
|
||||
extends = env:chitu_f103
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/STM32F1>
|
||||
lib_deps = ${common.lib_deps}
|
||||
SoftwareSerialM
|
||||
MKS-LittlevGL=https://github.com/makerbase-mks/MKS-LittlevGL/archive/master.zip
|
||||
|
||||
#
|
||||
# Creality (STM32F103RET6)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue