![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <hyperpixel.h>
Data Fields | |
| GPIO_DEVICE * | device |
| 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. | |
| GPIO_DEVICE* device |
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.