这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@kurisaW
Copy link
Member

@kurisaW kurisaW commented Jul 2, 2024

No description provided.

@Rbb666 Rbb666 requested a review from mysterywolf July 2, 2024 13:12
Comment on lines +25 to +41
choice
prompt "Support SquareLine Studio based on LVGL version"
default PKG_LVGL_SQUARELINE_NONE

config PKG_LVGL_SQUARELINE_NONE
bool "Do not support SquareLine Studio"
default y

config PKG_USING_LVGL_SQUARELINE
bool "Support SquareLine Studio (for LVGL version <= 0x090100)"
depends on PKG_LVGL_VER_NUM <= 0x090100

config PKG_LVGL_USING_SQUARELINE
bool "Support SquareLine Studio"
default n
bool "Support SquareLine Studio (for LVGL version > 0x090100)"
depends on PKG_LVGL_VER_NUM > 0x090100

endchoice
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这段写的啥意思?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

现在的lvgl在squaline studio中依赖项有两个版本:

1.最新的master版本是使用的PKG_LVGL_USING_SQUARELINE依赖项
2.其余低版本使用的则是PKG_USING_LVGL_SQUARELINE依赖项

这两个依赖项没统一,如果想要使用最新的这个定义而且不修改lvgl主仓修改packages的Kconfig是最方便的,要不就是将lvgl主仓的master版本中有关squaline studio的依赖项换回PKG_USING_LVGL_SQUARELINE

@Rbb666 Rbb666 merged commit b6f22f9 into RT-Thread:master Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants