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

Hardware-SPI libs for TFT displays as a substitute for UTFT? #4

Open
agdl opened this issue Jul 12, 2016 · 1 comment
Open

Hardware-SPI libs for TFT displays as a substitute for UTFT? #4

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

Comments

@agdl
Copy link
Member

agdl commented Jul 12, 2016

From @shiftleftplusone on July 14, 2015 19:52

would it be possible to add Hardware-SPI libs for TFT displays, working also with the Due ?
I'm using Henning Karlsen UTFT libs so far, but unfortunately they don't work on the SPI-Header simultaneously with Hardware-SPI device libs, e.g. < SD.h>.

E.g., without a SD card on the bus I can even configure and assign the SPI pins (on Mega: 50-52, on Due: 74-76) but as soon as I'm adding a SD card to the bus the TFT don't work any more (by having different CS pins of course, e.g., CS_SD=38, CS_TFT=49 or what ever).

So I always have to use extra different MISO and SCK pins for TFT and SD which finally wastes pins unnecessarily.

Copied from original issue: arduino/Arduino#3526

@agdl
Copy link
Member Author

agdl commented Jul 12, 2016

From @shiftleftplusone on July 17, 2015 7:4

ps,
this is one of the TFT displays which actually don't work with additional hardware SPI devices on the SPI header:
http://www.mindstormsforum.de/viewtopic.php?f=78&t=8491#p66123

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