LCD HD44780 driver library v1.0.3
|
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 |
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.
char ascii_char |
The ASCII character to be mapped.
uint8_t lcd_def_char_addr |
The corresponding representation in LCD memory (e.g., address or enum).