ST7789V.h
Go to the documentation of this file.
33 ST7789V(HSPI::Controller& spi, Size screenSize = resolution) : MipiDisplay(spi, resolution, screenSize)
#define F(string_literal)
Wrap a string literal stored in flash and access it using a String object.
Definition: WString.h:113
Definition: Display.h:22
Definition: ST7789V.h:29
ST7789V(HSPI::Controller &spi, Size screenSize=resolution)
Definition: ST7789V.h:33
bool initialise() override
Perform display-specific initialisation.
uint16_t readNvMemStatus()
String getName() const override
Get name of display.
Definition: ST7789V.h:41
Definition: MipiDisplay.h:28
Manages access to SPI hardware.
Definition: HardwareSPI/src/include/HSPI/Controller.h:52
Definition: Virtual.h:31
Size of rectangular area (width x height)
Definition: Libraries/Graphics/src/include/Graphics/Types.h:105