Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.39 KB

File metadata and controls

36 lines (24 loc) · 1.39 KB

IndraSetu

pi pico <-> ft232h

GPIO2 -> CLKOUT

GPIO3 -> RXF#

GPIO4 -> TXE#

GPIO5 -> OE#

GPIO6 -> RD#

GPIO7 -> WR#

GPIO8 -> BIT0

3v3 + 3.3v -> ili9341 VCC -> LED ( this is for the lcd back light will be only be labled as led ) needs 3v3 volts from both the chips to balance current draw.

pi pico -> ili9341

Sending data which is emiting from pc through ft232h into pi pico with the help of PIO state machine

(PC + FT232H) -> Pi Pico

https://ftdichip.com/wp-content/uploads/2023/09/DS_FT232H.pdf page9 image

https://ftdichip.com/wp-content/uploads/2020/08/TN_167_FIFO_Basics.pdf page15 image

Refrences:- AN130 AN135 AN165 AN167 AN124

image