feat(color): additions to Lvgl for Lua scripts#5179
Merged
Conversation
philmoz
force-pushed
the
philmoz/lua-lvgl-page
branch
from
June 17, 2024 06:44
8008243 to
b96f5a8
Compare
pfeerick
self-requested a review
June 17, 2024 09:47
philmoz
marked this pull request as draft
June 17, 2024 23:14
philmoz
marked this pull request as draft
June 17, 2024 23:14
Collaborator
Author
lua.pages.mp4 |
philmoz
force-pushed
the
philmoz/lua-lvgl-page
branch
3 times, most recently
from
June 23, 2024 23:34
265f6e2 to
5a40f6c
Compare
Collaborator
Author
|
New additions:
For the last point, if a widget option is a color value, and the color value is chosen from the 'SYS' selection (or the default is a theme color), then it will be maintained as a theme color. It will automatically update when the theme is changed on the radio. Note: for existing models and widgets the colors are saved as RGB values and will not be automatically changed to theme colors. The widget color options need to be edited and set to a 'SYS' color for this to work. |
philmoz
marked this pull request as ready for review
June 23, 2024 23:42
Collaborator
Author
|
The changes to widget color options may fix issue #1151 |
added 5 commits
July 1, 2024 07:42
philmoz
force-pushed
the
philmoz/lua-lvgl-page
branch
from
June 30, 2024 21:47
62f55f3 to
b2de5a2
Compare
Member
|
LGTM. Can you update the demo script to your latest version (i.e. with the QR code). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Create a Lua tool script with a header to match firmware pages.
Supports:
Closes #1151, foundation for #4614 on colorlcd
Test script (updated to include multi page demo and QR code):
Lvgl Page Test Tool .lua.zip