Rishka
RISC-V virtual runtime in C/C++ made for ESP32-WROVER
display.h File Reference

Provides an interface for interacting with display hardware in the Rishka SDK. More...

#include <librishka/types.h>

Go to the source code of this file.

Classes

class  Display
 Final class to interact with display hardware. More...
 

Detailed Description

Provides an interface for interacting with display hardware in the Rishka SDK.

Author
Nathanne Isip

The Display class offers a set of static methods to retrieve various properties of the display hardware. This includes methods to get the dimensions of the screen and viewport, as well as the number of supported colors. By using this class, developers can easily obtain necessary information about the display to tailor their applications accordingly.