adafruit_st7565
¶
A display control library for ST7565 graphic displays
Author(s): ladyada, Mark Olsson
Implementation Notes¶
Hardware:
Software and Dependencies:
Adafruit CircuitPython firmware for the supported boards: https://github.com/adafruit/circuitpython/releases
Adafruit’s Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
- class adafruit_st7565.ST7565(spi, dc_pin, cs_pin, reset_pin=None, *, contrast=0, baudrate=1000000)¶
ST7565-based LCD display.
- property contrast¶
The cached contrast value
- property invert¶
Whether the display is inverted, cached value
- reset()¶
Reset the display
- show()¶
write out the frame buffer via SPI
- write_cmd(cmd)¶
Send a command to the SPI device