8000 How to use ST7789 without hardware RST pin? (EYESPI fpc connection) · micropython · Discussion #17122 · GitHub
[go: up one dir, main page]

Skip to content

How to use ST7789 without hardware RST pin? (EYESPI fpc connection) #17122

Closed Answered by peterhinch
AAM1130 asked this question in Hardware & Peripherals
Discussion options

You must be logged in to vote

The driver issues a hardware reset followed by a software one. This is on the precautionary principle: most ST7789 displays bring out an rst\ pin. The assumption is that if the hardware designer provides the pin, we should use it. If no pin is brought out, presumably the hardware designer has incorporated adequate power on reset circuitry.

I would designate an unused pin as rst\ to keep the driver constructor happy and expect the display to work.

If such displays are common I'll amend the driver to provide a rst=None default.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@AAM1130
Comment options

Answer selected by AAM1130
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
0