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

#include <hyperpixel.h>

Data Fields

GPIO_DEVICEdevice
 The GPIO device to use.
uint32_t fsel
 The GPIO function select value.
uint32_t pull
 The GPIO pull select value.
uint32_t clk
 The CLK pin for software SPI.
uint32_t mosi
 The MOSI pin for software SPI.
uint32_t cs
 The CS pin for software SPI.
uint32_t wait
 Wait time in milliseconds before display on.
uint32_t delay
 Clock delay time in microseconds.

Field Documentation

◆ device

GPIO_DEVICE* device

The GPIO device to use.

◆ fsel

uint32_t fsel

The GPIO function select value.

◆ pull

uint32_t pull

The GPIO pull select value.

◆ clk

uint32_t clk

The CLK pin for software SPI.

◆ mosi

uint32_t mosi

The MOSI pin for software SPI.

◆ cs

uint32_t cs

The CS pin for software SPI.

◆ wait

uint32_t wait

Wait time in milliseconds before display on.

◆ delay

uint32_t delay

Clock delay time in microseconds.


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