![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <ipstft19.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. | |
| FRAMEBUFFER_DEVICE * | framebuffer |
| Framebuffer (ST7789) 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.
| FRAMEBUFFER_DEVICE* framebuffer |
Framebuffer (ST7789) device for this display.