Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_PITFT35LCD Struct Reference

#include <pitft35.h>

Data Fields

uint32_t signature
 Signature for entry validation.
uint32_t rotation
 Framebuffer rotation (eg FRAMEBUFFER_ROTATION_180).
SPI_DEVICEspi
 SPI device for this display.
GPIO_DEVICEgpio
 GPIO device for this display.
TOUCH_DEVICEtouch
 Touch (STMPE) device for this display.
GPIO_DEVICEbacklight
 Backlight GPIO (STMPE) device for this display.
FRAMEBUFFER_DEVICEframebuffer
 Framebuffer (HX8357D) device for this display.

Field Documentation

◆ signature

uint32_t signature

Signature for entry validation.

◆ rotation

uint32_t rotation

Framebuffer rotation (eg FRAMEBUFFER_ROTATION_180).

◆ spi

SPI_DEVICE* spi

SPI device for this display.

◆ gpio

GPIO_DEVICE* gpio

GPIO device for this display.

◆ touch

TOUCH_DEVICE* touch

Touch (STMPE) device for this display.

◆ backlight

GPIO_DEVICE* backlight

Backlight GPIO (STMPE) device for this display.

◆ framebuffer

FRAMEBUFFER_DEVICE* framebuffer

Framebuffer (HX8357D) device for this display.


The documentation for this struct was generated from the following file: