-
Notifications
You must be signed in to change notification settings - Fork 31
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
Is UTFT compatible with the Adafruit Huzzah + LCD Featherwing? #20
Comments
Hi, yes, it should work, I don't see why not. |
Great. I'll give it a shot as soon as my new Huzzah board comes from my supplier - my current one is cooked. |
Alright, another question - in the UTFT constructor, what are the RST and SER values? I have no idea what that is, all I have available to me on the TFT featherwing (see pinouts page in my original question) is: Chip select, Data Command, Touchscreen Chip Select, SD Card Select So putting them into the constructor I get so far: I would really appreciate knowing what to fill in the constructor. Is it reset and something else? There's hardly any documentation on this. |
Actually, there is good documentation, on the original UTFT library. This repository is just a port of UTFT to ESP8266/32. Still, just in case, I have also included it in this repository, just look under UTFT/Documentation. Taken from the description of the original UTFT constructor then, page 4 of the manual: CS: Pin for Chip Select The third pin, RS, is always the most confusing. You can find it named as either RS, SER, or DC. According to the datasheet and schematic of your display, there is a TFT reset pin: |
Does it absolutely require the reset pin? Or can I get away with it? |
Well apparently using NOTINUSE on the UTFT constructor then using init will cause things to break when I run Still fruitless with the feather wing, might have to end up getting a breakout shield that supports the RST pin.
|
Greetings, does this library work with the Adafruit Huzzah ESP8266 and the 2.4" TFT LCD Featherwing?
Looking at the TFT Featherwing pinouts page, it says "The TFT display, SD card and touch screen use the SPI interface to communicate. That means MISO, MOSI and SCK are used whenever either are accessed". So I assume this is SPI, not parallel mode? Digging through the documentation, it is indeed a "ILI9341" controller.
I know you may not have the device and featherwing mentioned, but if you can please provide a "looks like it'll be fine" or "might not work", I can give it a shot. Otherwise I'll stick to Adafruit's library.
The text was updated successfully, but these errors were encountered: