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

[Enhancement Request] Making TFT library more generic #3

Open
agdl opened this issue Jul 12, 2016 · 2 comments
Open

[Enhancement Request] Making TFT library more generic #3

agdl opened this issue Jul 12, 2016 · 2 comments
Assignees
Labels
type: enhancement Proposed improvement

Comments

@agdl
Copy link
Member

agdl commented Jul 12, 2016

From @q2dg on July 16, 2015 20:58

Now TFT Screen has been retired, TFT library seems pretty useless. Would it be too difficult to adapt it to be able to support more screens (at least the most common/popular) "à la UTFT (http://www.rinkydinkelectronics.com/library.php?id=51)" or similar? Then we could use common minimums offered by the official TFT library like the LiquidCrystal does (namely: without caring about the exact screen manufacturer) I suppose the crux is add more drivers below abstraction layer, but I don't know if it is easy.
Thanks, anyway.

Copied from original issue: arduino/Arduino#3541

@agdl
Copy link
Member Author

agdl commented Jul 12, 2016

From @Chris--A on July 17, 2015 1:7

All screens I have bought off the internet have all had their own library or are supported by some popular libraries like u8glib and UTFT. Unless the offerings of this library are something unique, or can support a screen that the others don't, It might be best to leave this for all the people that own the official screen, not saying don't improve it, however creating a hardware abstraction is going to require a good modification and would probably be better as a new library.

Besides, the others have far more users which results in more debugging and hopefully robust code. If it has not been added already, it wouldn't be too hard to integrate the screen into one of the other libraries already with a hardware abstraction layer.

@agdl
Copy link
Member Author

agdl commented Jul 12, 2016

From @shiftleftplusone on July 17, 2015 7:26

I agree, there are tons of issues about TFT displays (most of them from China) with shady driver support, which are hard to make work with UTFT or u8glib libs or don't work at all. A hardware abstraction layer to provide sort of a Arduino standard display interface (additionally feat. hardware SPI support) would be very much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

3 participants