|
| RpiLCD (int rows, int cols, int bits, int rs, int strb, int d0, int d1, int d2, int d3, int d4, int d5, int d6, int d7) |
|
void | Home () |
|
void | Clear () |
|
void | DisplayState (int state) |
|
void | CursorState (int state) |
|
void | CursorBlink (int state) |
|
void | SetPosition (int x, int y) |
|
void | Puts (std::string text) |
|
Definition at line 11 of file rpilcd.h.
◆ RpiLCD() [1/2]
◆ RpiLCD() [2/2]
RpiLCD::RpiLCD |
( |
int |
rows, |
|
|
int |
cols, |
|
|
int |
bits, |
|
|
int |
rs, |
|
|
int |
strb, |
|
|
int |
d0, |
|
|
int |
d1, |
|
|
int |
d2, |
|
|
int |
d3, |
|
|
int |
d4, |
|
|
int |
d5, |
|
|
int |
d6, |
|
|
int |
d7 |
|
) |
| |
◆ ~RpiLCD()
◆ Clear()
◆ CursorBlink()
void RpiLCD::CursorBlink |
( |
int |
state | ) |
|
◆ CursorState()
void RpiLCD::CursorState |
( |
int |
state | ) |
|
◆ DisplayState()
void RpiLCD::DisplayState |
( |
int |
state | ) |
|
◆ Home()
◆ Puts()
void RpiLCD::Puts |
( |
std::string |
text | ) |
|
◆ SetPosition()
void RpiLCD::SetPosition |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
The documentation for this class was generated from the following files:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/rpiGPIO/include/rpilcd.h
- G:/work/subversion/scol-technologies/trunk/scol/plugins/rpiGPIO/src/rpilcd.cpp