Go to the documentation of this file.
19 #define PVC_DISPMEM 80
20 #define PVC_LINELEN PVC_DISPMEM / PVC_NLINES
21 #define PVC_VISIBLE_CHARS 16
28 #define MAX_PROGRAMMABLE_CHARS 8
33 #define DISP_ON (1 << 2)
34 #define CUR_ON (1 << 1)
35 #define CUR_BLINK (1 << 0)
38 #define DISPLAY (1 << 3)
40 #define RIGHT (1 << 2)