ThingPulse / esp8266-weather-station-color

ESP8266 Weather Station in Color using ILI9341 TFT 240x320 display
https://thingpulse.com/product/esp8266-wifi-color-display-kit-2-4/
MIT License
571 stars 222 forks source link

Connecting to 3.2" TFT without serial interface #105

Closed DrKuebel closed 4 years ago

DrKuebel commented 5 years ago

8<------------------------ FEATURE REQUEST ------------------------------------

Connecting to 3.2" TFT with ILI9341 an 16 /8 Bit is not possible

Adding additional Wiringlayout for bigger Display without serial connector

https://de.aliexpress.com/item/32808968215.html?spm=a2g0o.productlist.0.0.398c4cbbl4g1Fy&algo_pvid=4994521d-4bff-4bbd-a48f-a018376616d3&algo_expid=4994521d-4bff-4bbd-a48f-a018376616d3-7&btsid=c5e76fb1-ca88-451d-bb1f-8f54027e1197&ws_ab_test=searchweb0_0,searchweb201602_7,searchweb201603_52

Workarounds

Are there any workarounds you currently have in place because the feature is missing?

8<------------------------ END FEATURE REQUEST --------------------------------

G6EJD commented 5 years ago

Why not buy the SPI (serial) version it’s half the price and speed nearly the same?

DrKuebel commented 5 years ago

I accidentialy bought the wrong one ;-)

G6EJD commented 5 years ago

Your problem (parallel interface) is there are not enough IO pins to drive the display even on a (say) NodeMCU. You’d need 8-data plus a clock and chip-select and a command/data selector, about 11, maybe more with reset and busy detection, that’s a total of 13, this is why SPI is more GPIO efficient. You could use the display on a UNO/MEGA if pin compatible.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.