ST7789V.h
Go to the documentation of this file.
33 ST7789V(HSPI::Controller& spi, Size screenSize = resolution) : MipiDisplay(spi, resolution, screenSize)
bool initialise() override
Perform display-specific initialisation.
Manages access to SPI hardware.
Definition: HardwareSPI/src/include/HSPI/Controller.h:71
Definition: Virtual.h:30
uint16_t readNvMemStatus()
String getName() const override
Get name of display.
Definition: ST7789V.h:92
MipiDisplay(HSPI::Controller &spi, Size resolution, Size screenSize)
Definition: MipiDisplay.h:49
#define F(string_literal)
Wrap a string literal stored in flash and access it using a String object.
Definition: WString.h:113
ST7789V(HSPI::Controller &spi, Size screenSize=resolution)
Definition: ST7789V.h:84
Definition: Display.h:21