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

#include <lcda35.h>

Data Fields

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

Field Documentation

◆ signature

uint32_t signature

Signature for entry validation.

◆ rotation

uint32_t rotation

Framebuffer rotation (eg FRAMEBUFFER_ROTATION_180).

◆ direction

uint32_t direction

Framebuffer direction (eg FRAMEBUFFER_DIRECTION_REVERSE).

◆ spi

SPI_DEVICE* spi

SPI device for this display.

◆ gpio

GPIO_DEVICE* gpio

GPIO device for this display.

◆ touch

TOUCH_DEVICE* touch

Touch device for this display.

◆ backlight

GPIO_DEVICE* backlight

Backlight GPIO device for this display.

◆ framebuffer

FRAMEBUFFER_DEVICE* framebuffer

Framebuffer (ILI9486) device for this display.


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