|
Arduino-LCD
LCD library for Arduino
|
#include <MJKDZ.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 (P0..P3). More... | |
| uint8_t en:1 | |
| Enable pulse (P4). More... | |
| uint8_t rw:1 | |
| Read/Write (P5). More... | |
| uint8_t rs:1 | |
| Command/Data select (P6). More... | |
| uint8_t bt:1 | |
| Back-light (P7). More... | |
| }; | |
| struct { ... } |