Programmable Clock with RTOS 0.0.1
Implementaiton of a programmable clock using RTOS with STM32GO microcontroller.
Loading...
Searching...
No Matches
_LCD_HandleTypeDef Struct Reference

Struct for LCD HANDLER. More...

#include <hel_lcd.h>

Data Fields

SPI_HandleTypeDef * SpiHandler
 
GPIO_TypeDef * RstPort
 
uint32_t RstPin
 
GPIO_TypeDef * RsPort
 
uint32_t RsPin
 
GPIO_TypeDef * CsPort
 
uint32_t CsPin
 
GPIO_TypeDef * BklPort
 
uint32_t BklPin
 

Detailed Description

Struct for LCD HANDLER.

Field Documentation

◆ BklPin

uint32_t _LCD_HandleTypeDef::BklPin

Pin to control the LCD backlight pin

◆ BklPort

GPIO_TypeDef* _LCD_HandleTypeDef::BklPort

Port where the pin to control the LCD backlight is

◆ CsPin

uint32_t _LCD_HandleTypeDef::CsPin

Pin to control the LCD chip select pin

◆ CsPort

GPIO_TypeDef* _LCD_HandleTypeDef::CsPort

Port where the pin to control the LCD chip select is

◆ RsPin

uint32_t _LCD_HandleTypeDef::RsPin

Pin to control the LCD RS pin

◆ RsPort

GPIO_TypeDef* _LCD_HandleTypeDef::RsPort

Port where the pin to control the LCD RS pin

◆ RstPin

uint32_t _LCD_HandleTypeDef::RstPin

Pin to control the LCD reset pin

◆ RstPort

GPIO_TypeDef* _LCD_HandleTypeDef::RstPort

Port where the pin to control the LCD reset pin is

◆ SpiHandler

SPI_HandleTypeDef* _LCD_HandleTypeDef::SpiHandler

SPI handler address of the spi to use with the LCD


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