class SSD1351 – Display Controller¶
The SSD1351 class is used to initialize the LCD screen controller.
Constructors¶
- class display.SSD1351¶
Creates a controller object to initialize the SSD1351 display controller which typically powers SPI displays. This class should be passed as the
controllerargument to theSPIDisplay()class constructor which will take care of calling theSSD1351.init()method for you.
Methods¶
- SSD1351.init(display_controller) None¶
Initializes the display using the display controller which must provide
display.SPIDisplay.bus_write()method.
- SSD1351.ram_write(display_controller) None¶
Returns the command to write to display ram. Called by display controller.