|
Arduino-LCD
LCD library for Arduino
|
#include <SR3W.h>

Public Member Functions | |
| operator uint8_t () | |
| port_t () | |
Public Attributes | |
| uint8_t | as_uint8 |
| Unsigned byte access. More... | |
| struct { | |
| uint8_t data:4 | |
| Data port (Q0..Q3). More... | |
| uint8_t rs:1 | |
| Command/Data select (Q4). More... | |
| uint8_t bt:1 | |
| Back-light control (Q5). More... | |
| uint8_t app2:1 | |
| Application bit#2 (Q6). More... | |
| uint8_t app1:1 | |
| Application bit#1 (Q7). More... | |
| }; | |
Shift register port bit fields; little endian.
|
inline |
|
inline |
| struct { ... } |
| uint8_t LCD::SR3W< SDA_PIN, SCL_PIN, EN_PIN >::port_t::app1 |
| uint8_t LCD::SR3W< SDA_PIN, SCL_PIN, EN_PIN >::port_t::app2 |
| uint8_t LCD::SR3W< SDA_PIN, SCL_PIN, EN_PIN >::port_t::as_uint8 |
| uint8_t LCD::SR3W< SDA_PIN, SCL_PIN, EN_PIN >::port_t::bt |
| uint8_t LCD::SR3W< SDA_PIN, SCL_PIN, EN_PIN >::port_t::data |
| uint8_t LCD::SR3W< SDA_PIN, SCL_PIN, EN_PIN >::port_t::rs |