class ST7701 – Display Controller
class ST7701 – Display Controller
The ST7701 class is used to initialize the LCD screen controller.
Constructors
display.ST7701
class display.ST7701Creates 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 the DSIDisplay()
class constructor which will take care of calling the ST7701.init() method for you.
Methods
ST7701.init
ST7701.init(display_controller) -> NoneInitializes the display using the display controller which must provide display.DSIDisplay.bus_write() and display.DSIDisplay.bus_read() methods.
ST7701.read_id
ST7701.read_id() -> intReturns the display id.
