Skip to content
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

TFT Support #29

Open
k3ng opened this issue Dec 6, 2016 · 6 comments
Open

TFT Support #29

k3ng opened this issue Dec 6, 2016 · 6 comments

Comments

@k3ng
Copy link
Owner

k3ng commented Dec 6, 2016

No description provided.

@4x6hp
Copy link

4x6hp commented Jan 7, 2018

Will be NEXTION support?

@k3ng
Copy link
Owner Author

k3ng commented Jan 13, 2018

I haven't looked at these units.

@VK2EFL
Copy link
Collaborator

VK2EFL commented Aug 4, 2018

Anthony,
Some time ago I purchased online a low cost 3.5" TFT display 320x480 (~US$8) which had an SD card slot too.
It was kind of neat but it needed to be mated with an Arduino Uno like a daughter board. Doing that made for a nice integrated package but it took up all the pins. The only way to interface with the Uno and the TFT display was through the USB port.
I proceeded to install libraries to drive the display and compiled some code to emulate what a K3NG keyer might produce. I messed about with colours and fonts. Using a different library it was possible to use bit mapped fonts that did not get 'blocky' when using larger fonts. Graphical stuff is all nice but it used more memory on the Uno.
But the clincher here is that there was no way I could get any K3NG code in there with all the other stuff that dealt just with the display. In any case there were no pins available for interfacing with anything external.

I believe the Nextion displays are kind of similar where they contain a processor that handles all the display functions and the external system communicates with the display using serial commands (or something similar). This off-loads all the display driving code and processing to the display. I think the Nextion displays are also about 3 to 4 times the price of the cheap 3.5" display I got.

Fred
VK2EFL

@IndyRick
Copy link

IndyRick commented Jan 1, 2021

I'm thinking of taking a run at using a Nextion for the K3NG keyer. I've used a Nextion for my "own" (borrowed, and credited, open source code where needed - WW9JD Arduino uMatic2 Memory Keyer). Because of all the memory needed for Nextion button assignments, I used a 2560 Mega. My keyer used very few pins, and had lots of memory left over.

@tulipman
Copy link

tulipman commented Jan 1, 2021 via email

@IndyRick
Copy link

IndyRick commented Jan 1, 2021

Thanks. I couldn't find any examples of someone interfacing a Nextion to a K3NG keyer. It may easily be more than I can handle, but the trying should prove interesting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants