LCD HD44780 driver library v1.0.3
Data Fields
lcd_char_mapping_struct_t Struct Reference

Structure for mapping ASCII characters to LCD memory equivalents. More...

#include <lcd_hd44780_def_char.h>

Data Fields

char ascii_char
 
uint8_t lcd_def_char_addr
 

Detailed Description

Structure for mapping ASCII characters to LCD memory equivalents.

This structure defines a mapping between an ASCII character and its corresponding representation in the LCD memory, which could be an address or an enum value.

Field Documentation

◆ ascii_char

char ascii_char

The ASCII character to be mapped.

◆ lcd_def_char_addr

uint8_t lcd_def_char_addr

The corresponding representation in LCD memory (e.g., address or enum).


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