Can I use just low 4 bits for an 8-bit 8080 MCU? #2069
Answered
by
Bodmer
BrandonStudio
asked this question in
Q&A - General
-
I'm using ESP32 but short of pins, can I just use 4 or 6 data pins of 8 total (i.e. TFT_D0~TFT_D5)? Besides, is there any control pin that does not need to connect to ESP32 (RST, DC, WR, RD)? |
Beta Was this translation helpful? Give feedback.
Answered by
Bodmer
Oct 8, 2022
Replies: 2 comments 2 replies
-
No, 8 bit data plus WR and DC is minimum. Then CS tied low, RD tied high, RST eithet tied high or to power on reset signal. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
BrandonStudio
-
Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, 8 bit data plus WR and DC is minimum. Then CS tied low, RD tied high, RST eithet tied high or to power on reset signal.