Software APIs
Data Fields
screen Struct Reference

Screen Handle. More...

#include <sw/device/lib/peripherals/ssd1131_screen.h>

Data Fields

dif_gpio_t * gpio
 GPIO handle to manipulate the data/command line.
 
dif_spi_host_t * spi_host
 SPI Host handle to send commands / data to the screen.
 
dif_gpio_pin_t data_command_gpio
 Data/Command control GPIO pin.
 

Detailed Description

Screen Handle.

Definition at line 29 of file ssd1131_screen.h.

Field Documentation

◆ data_command_gpio

dif_gpio_pin_t screen::data_command_gpio

Data/Command control GPIO pin.

Definition at line 41 of file ssd1131_screen.h.

◆ gpio

dif_gpio_t* screen::gpio

GPIO handle to manipulate the data/command line.

Definition at line 33 of file ssd1131_screen.h.

◆ spi_host

dif_spi_host_t* screen::spi_host

SPI Host handle to send commands / data to the screen.

Definition at line 37 of file ssd1131_screen.h.