DUDS
Distributed Update of Data from Something
duds::hardware::devices::displays Namespace Reference

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...
 

Detailed Description

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.

Variable Documentation

◆ rowStartAddr

std::uint8_t duds::hardware::devices::displays::rowStartAddr[4]
static
Initial value:
= {
0, 0x40, 0x14, 0x54
}

The address used by the display for the start of each row.

Definition at line 198 of file HD44780.cpp.