-
-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flysky PL18/PL18EV #2987
Closed
Flysky PL18/PL18EV #2987
Conversation
This file contains 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
Removed SD presence detection to get Trim 2 Up button also free, assuming SD card is always there. Added trim 1 and 2 sampling plus emulated keys from physical trim buttons 3 to 8. Trim 6 up == ENTER Trim 6 down == RTN/Exit
… analogs diagnose page. Unify the variable name used to display touch chip firmware version with GT911.
…ier mod). Plus removed 2 obsolete files.
TODO from the analogs are the VRC and both side sliders.
After these changes, the radio behaves awkwardly (e.g. start screen has no sliders & trims). I had to extend the memory size in radio/src/storage/yaml/yaml_datastructs_funcs.cpp to make it build, but apparently something is not yet correct with this commit/patch. @pafleraf could you please take a look. Thanks!
PL18/PL18EV key remap improvements, matching key diagnose values.
…ART7. There were further changes necessary, as PL18 is the first color radio w/o an internal RF module.
SYS button of T16 Family is actually "RADIO" button. Changed labels accordingly.
…definitions and setting outputs init state.
USB charging working for PL18 display charge animation on PL18
fix compilation of PL18 target untested
the flash id is shown in the radio info tab a new tab to browse the littlefs is created, but does not work yet fully renamed EEPROM_... to FLASH_... in hal
…gets, without LTO, WIP, untested
fix: warning in LVGLWrapper
convert new code to VirtualFS
…irtualFS fix VirtualFS usage in sdcard_yaml
This was referenced Aug 24, 2023
Replaced by PR #3963 |
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.
Summary of changes:
Adds a file system abstraction layer
adds preliminary PL18 support