#include <LCD.hh>
LCD IO adapter for serial 3 wire (OutputPin).
Definition at line 223 of file LCD.hh.
Construct display device driver adapter with given pins.
- Parameters
-
[in] | sdin | screen data pin (default D6/D0). |
[in] | sclk | screen clock pin (default D7/D1). |
[in] | sce | screen chip enable pin (default D9/D3). |
Definition at line 232 of file LCD.hh.
virtual void LCD::Serial3W::begin |
( |
| ) |
|
|
inlinevirtual |
Start of data/command transfer block.
Implements LCD::IO.
Definition at line 253 of file LCD.hh.
virtual void LCD::Serial3W::end |
( |
| ) |
|
|
inlinevirtual |
End of data/command transfer block.
Implements LCD::IO.
Definition at line 262 of file LCD.hh.
virtual void LCD::Serial3W::write |
( |
uint8_t |
data | ) |
|
|
inlinevirtual |
Write byte (8bit) to display. Must be in data/command transfer block.
- Parameters
-
Implements LCD::IO.
Definition at line 273 of file LCD.hh.
virtual void LCD::Serial3W::write |
( |
const void * |
buf, |
|
|
size_t |
size |
|
) |
| |
|
inlinevirtual |
Write character buffer to display. Must be in data/command transfer block.
- Parameters
-
[in] | buf | pointer to buffer. |
[in] | size | number of bytes in buffer. |
Implements LCD::IO.
Definition at line 285 of file LCD.hh.
Chip enable.
Definition at line 294 of file LCD.hh.
The documentation for this class was generated from the following file: