Loading...
Searching...
No Matches
hd44780_t Struct Reference

Device descriptor for HD44780 LCD. More...

Detailed Description

Device descriptor for HD44780 LCD.

Definition at line 72 of file hd44780.h.

#include <hd44780.h>

Data Fields

hd44780_params_t p
 LCD config parameters.
 
uint8_t flag
 LCD functional flags.
 
uint8_t ctrl
 LCD control flags.
 
uint8_t mode
 LCD mode flags.
 
uint8_t roff [HD44780_MAX_ROWS]
 offsets for LCD rows
 

Field Documentation

◆ ctrl

uint8_t hd44780_t::ctrl

LCD control flags.

Definition at line 75 of file hd44780.h.

◆ flag

uint8_t hd44780_t::flag

LCD functional flags.

Definition at line 74 of file hd44780.h.

◆ mode

uint8_t hd44780_t::mode

LCD mode flags.

Definition at line 76 of file hd44780.h.

◆ p

hd44780_params_t hd44780_t::p

LCD config parameters.

Definition at line 73 of file hd44780.h.

◆ roff

uint8_t hd44780_t::roff[HD44780_MAX_ROWS]

offsets for LCD rows

Definition at line 77 of file hd44780.h.


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