![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <pitft35.h>
Data Fields | |
| uint32_t | signature |
| Signature for entry validation. | |
| uint32_t | rotation |
| Framebuffer rotation (eg FRAMEBUFFER_ROTATION_180). | |
| SPI_DEVICE * | spi |
| SPI device for this display. | |
| GPIO_DEVICE * | gpio |
| GPIO device for this display. | |
| TOUCH_DEVICE * | touch |
| Touch (STMPE) device for this display. | |
| GPIO_DEVICE * | backlight |
| Backlight GPIO (STMPE) device for this display. | |
| FRAMEBUFFER_DEVICE * | framebuffer |
| Framebuffer (HX8357D) device for this display. | |
| uint32_t signature |
Signature for entry validation.
| uint32_t rotation |
Framebuffer rotation (eg FRAMEBUFFER_ROTATION_180).
| SPI_DEVICE* spi |
SPI device for this display.
| GPIO_DEVICE* gpio |
GPIO device for this display.
| TOUCH_DEVICE* touch |
Touch (STMPE) device for this display.
| GPIO_DEVICE* backlight |
Backlight GPIO (STMPE) device for this display.
| FRAMEBUFFER_DEVICE* framebuffer |
Framebuffer (HX8357D) device for this display.