New LUA scripts & widgets#3
Open
jurgelenas wants to merge 112 commits into
Open
Conversation
…ns for mk3 and 1 column for small screen radios
The @deprecated annotations are intentional for consumers, but LuaLS flags them as warnings when checking the library itself.
Changing Output Ch now loads distinct Input Ch, Output Mode, and Invert values from a per-channel config table, mimicking RXParameters.cpp firmware behavior. Editing siblings saves back to the current channel.
Add name, authors, urls, screenshots, and keywords fields. Rename the existing `name` field to `id` to match the manifest schema.
Enforce the per-branch minimum at runtime in both LVGL and BW UIs and update the manifest pre-install gate. Drop unreachable lvgl-nil fallback code in ui/lvgl.lua.
Move the Architecture table and CRSF Simulator section out of the user-facing README and into a new docs/development.md. Add a Make targets reference covering setup, quality checks, and deployment.
LVGL command popup now renders the live info string the device sends on each CMD_QUERY poll, via a getInfo getter passed into CommandPage (keeps the page decoupled from Protocol). Add a multi-step progress command to the CRSF simulator so the polling status updates can be tested.
Completion is detected in Protocol.fieldCommandLoad (which nils fieldPopup inside poll(), before UI.render()), so the UI popup handlers' CMD_IDLE branches were unreachable and never reloaded anything. Re-read the command's same-level fields there via reloadRelatedFields so the current page reflects values the command changed, and remove the dead UI completion branches. Add a Gyro folder (Orientation + Detect Orientation command) to the simulated RX so the behaviour is testable in the simulator.
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.
No description provided.