HD44780  0.1.0
Data Fields
HD44780_Config Struct Reference

HD44780 controller configuration. More...

#include <HD44780.h>

Data Fields

bool disable_display
 Disable the display. More...
 
bool enable_cursor
 Make the cursor visible. More...
 
bool enable_blink
 Make the character indicated by the cursor blink. More...
 
bool shift_display
 Shift the display when data is entered instead of shifting only the cursor.
 
bool shift_rtl
 Shift the display (depending on the shift_display parameter) and/or cursor in right to left direction instead of left to right when a character is entered.
 

Detailed Description

HD44780 controller configuration.

Use in conjunction with HD44780_configure to enable/disable the different features of the lcd.

Field Documentation

◆ disable_display

bool HD44780_Config::disable_display

Disable the display.

Data can still be written with the lcd unpowered and displayed at a later moment.

◆ enable_blink

bool HD44780_Config::enable_blink

Make the character indicated by the cursor blink.

The blinking is displayed as switching between all blank dots and displayed character.

◆ enable_cursor

bool HD44780_Config::enable_cursor

Make the cursor visible.

The cursor is displayed using 5 dots in the 8th line for 5×8 dots font and in the 11th line for 5×10 dots font.


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