Skip to content

Send command to display on SPI bus after initialization #35

@u8915055

Description

@u8915055

Just out of curiosity, does anyone know how to send a command to the SPI display directly after initialization? It seems that the SPI bus is 'owned' by the displayio driver so i dont know how exactly to send a command directly to the display. Im wanting to turn off the display and turn it back on using the associated commands from the ST7735 datasheet. If i had initialized the display as a generic SPI device then it seems i could pull down the CS pin, write a command, and release the CS pin (after getting the lock on the bus). But the CS pin is defined as part of the ST7735 display 'driver' so not sure how to do that.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions