cc1101-tool icon indicating copy to clipboard operation
cc1101-tool copied to clipboard

Would love to have you work with me to move this stuff over to the Clipper1 with TFT.

Open OzInFl opened this issue 1 year ago • 4 comments

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

OzInFl avatar Sep 11 '23 03:09 OzInFl

My code requires keyboard to be present to enter CLI commands. How do you plan to port this ? Please elaborate..

mcore1976 avatar Sep 17 '23 08:09 mcore1976

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 https://github.com/mcore1976/cc1101-tool/issues/14#issuecomment-1722426171, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMYV7DMQVXAWKZGEPTVZFLTX22ZQLANCNFSM6AAAAAA4SVB27U . You are receiving this because you authored the thread.Message ID: @.***>

OzInFl avatar Sep 17 '23 14:09 OzInFl

Looks reasonable. I am glad to help but I do not have such board so I can only run "dry debugs".

mcore1976 avatar Sep 17 '23 15:09 mcore1976

check out the discord and DM me and we can chat more about it. Here is the server link: https://discord.gg/Dmpme8ph88

OzInFl avatar Sep 17 '23 16:09 OzInFl