|
DUDS
|
Distributed Update of Data from Something
|
Support for specific display devices. More...
Classes | |
| class | HD44780 |
| Implements text output to HD44780 and compatible display controllers, such as the SPLC780D. More... | |
| class | SimulatedBppDisplay |
| Writes text, expecting a typical Linux terminal, to simulate a bit-per-pixel graphic display. More... | |
| class | ST7920 |
| Implements graphic output to the ST7920 LCD controller using a 4-bit parallel interface. More... | |
Variables | |
| static std::uint8_t | rowStartAddr [4] |
| The address used by the display for the start of each row. More... | |
Support for specific display devices.
Generalized code for diplays is in duds::hardware::display. The focus here is on displays other than RGB color graphic displays since many of those are widely supported elsewhere.
|
static |
The address used by the display for the start of each row.
Definition at line 198 of file HD44780.cpp.