-
Notifications
You must be signed in to change notification settings - Fork 60
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
Would love to have you work with me to move this stuff over to the Clipper1 with TFT. #14
Comments
My code requires keyboard to be present to enter CLI commands. How do you plan to port this ? Please elaborate.. |
LVGL Keyboard can be used for that purpose, (https://docs.lvgl.io/latest/en/html/widgets/keyboard.html)
I currently use one for the
frequency input, another can be added that is alphanumeric that can be used
for the CLI also can use dropdowns to capture pre-canned commands as
well as last x commands.. etc.. I can create the input textbox and output
textbox, etc that can interface with the CLI so instead of Serial.println
it would be like this:
"lv_textarea_set_text(ui_textarea, variables);"
can basically convert any IO that was done via serial to the LVGL UI
interface.. easy peasy...
What do you think??
…On Sun, Sep 17, 2023 at 4:40 AM Adam Loboda ***@***.***> wrote:
My code requires keyboard to be present to enter CLI commands. How do you
plan to port this ? Please elaborate..
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMYV7DMQVXAWKZGEPTVZFLTX22ZQLANCNFSM6AAAAAA4SVB27U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Looks reasonable. I am glad to help but I do not have such board so I can only run "dry debugs". |
check out the discord and DM me and we can chat more about it. Here is the server link: https://discord.gg/Dmpme8ph88 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Already have it built and fucntioning somewhat, but would love to work with you to envelop your stuff into the GUI..
Here is the repo, LMK if youre interested,, https://github.com/OzInFl/CLIPPER1
The text was updated successfully, but these errors were encountered: