Skip to content
Discussion options

You must be logged in to vote

The display has 2 reset methods.

  1. Via the hardware RESET line
  2. Via a software command.
    The library uses both methods. In some cases garbage on the bus while the processor powers up and the logic lines and voltage rails get established causes the software reset method to fail, in this case a hardware reset is needed after power up to get the display in a sensible state for communication.

If you do not connect the reset line to a GPIO pin then pull it up or connect to 3.3V.

Other ways to save pins:

  1. With the RP2040 the display cannot be read via the parallel bus, so the RD line must be pulled to 3.3V
  2. The chip select line (CS) can be tied low to 0V and not connected to a GPIO. However this c…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sandric
Comment options

@sandric
Comment options

Answer selected by sandric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants