HIDLCD
This driver library allows the host to communicate with HID-compliant Auxiliary Display for PC based on Arduino.
|
The structure holding the physical parameters and other capabilities of the LCD display. More...
#include <hidlcd.h>
Public Attributes | |
u_int8_t | rows |
number of rows (HID usage 0x35) | |
u_int8_t | cols |
nuber of columns (HID usage 0x36) | |
u_int8_t | chrw |
character width (HID usage 0x3d) | |
u_int8_t | chrh |
character height (HID usage 0x3e) | |
u_int8_t | flags |
display capabilities bitmap. 0x21|0x22|0x29|5 unused | |
The structure holding the physical parameters and other capabilities of the LCD display.