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

Port to TFT displays #10

Open
cgreening opened this issue Oct 1, 2021 · 1 comment
Open

Port to TFT displays #10

cgreening opened this issue Oct 1, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cgreening
Copy link
Collaborator

At the moment the rendering is fairly generic but only ePaper displays are supported - it would be cool to add support for TFT displays and show color ebooks.

@cgreening cgreening added enhancement New feature or request help wanted Extra attention is needed labels Oct 1, 2021
@martinberlin
Copy link
Collaborator

I recommend to take a look in this component: https://github.com/lovyan03/LovyanGFX
It has support for many displays and it's nicely build. Maybe a good idea will be to have a base class Display that will have all the required methods to draw and it can be initialized either with EPDiy or with another class, so you don't need to add too many changes in the existing code. But even like that it looks like a fairly complicated task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants