![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <pitft28.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. | |
| I2C_DEVICE * | i2c |
| I2C device for this display. | |
| GPIO_DEVICE * | gpio |
| GPIO device for this display. | |
| TOUCH_DEVICE * | touch |
| Touch (STMPE or FT6236) device for this display. | |
| GPIO_DEVICE * | backlight |
| Backlight GPIO (STMPE) device for this display. | |
| FRAMEBUFFER_DEVICE * | framebuffer |
| Framebuffer (ILI9340) 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.
| I2C_DEVICE* i2c |
I2C device for this display.
| GPIO_DEVICE* gpio |
GPIO device for this display.
| TOUCH_DEVICE* touch |
Touch (STMPE or FT6236) device for this display.
| GPIO_DEVICE* backlight |
Backlight GPIO (STMPE) device for this display.
| FRAMEBUFFER_DEVICE* framebuffer |
Framebuffer (ILI9340) device for this display.