|
Raspberry PI GPIO Scol plugin
|
RpiLCD Class Reference
Public Member Functions | |
| 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) |
Detailed Description
Constructor & Destructor Documentation
◆ RpiLCD() [1/2]
| RpiLCD::RpiLCD | ( | ) |
Definition at line 18 of file rpilcd.cpp.
◆ 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 | ||
| ) |
Definition at line 23 of file rpilcd.cpp.
◆ ~RpiLCD()
| RpiLCD::~RpiLCD | ( | ) |
Definition at line 42 of file rpilcd.cpp.
Member Function Documentation
◆ Clear()
| void RpiLCD::Clear | ( | ) |
Definition at line 66 of file rpilcd.cpp.
◆ CursorBlink()
| void RpiLCD::CursorBlink | ( | int | state | ) |
Definition at line 87 of file rpilcd.cpp.
◆ CursorState()
| void RpiLCD::CursorState | ( | int | state | ) |
Definition at line 80 of file rpilcd.cpp.
◆ DisplayState()
| void RpiLCD::DisplayState | ( | int | state | ) |
Definition at line 73 of file rpilcd.cpp.
◆ Home()
| void RpiLCD::Home | ( | ) |
Definition at line 59 of file rpilcd.cpp.
◆ Puts()
| void RpiLCD::Puts | ( | std::string | text | ) |
Definition at line 101 of file rpilcd.cpp.
◆ SetPosition()
| void RpiLCD::SetPosition | ( | int | x, |
| int | y | ||
| ) |
Definition at line 94 of file rpilcd.cpp.
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
Generated by