class ST7701 – Display Controller¶
The ST7701
class is used to initialize the LCD screen controller.
Constructors¶
- class display.ST7701¶
Creates a controller object to initialize the ST7701 display controller which typically powers MIPI DSI displays. This class should be passed as the
cotnroller
argument to theDSIDisplay()
class constructor which will take care of calling theST7701.init()
method for you.
Methods¶
- ST7701.init(display_controller) None ¶
Initializes the display using the display controller which must provide
display.DSIDisplay.bus_write()
anddisplay.DSIDisplay.bus_read()
methods.