Go to the documentation of this file.
10 #ifndef __display7seg_h__
11 #define __display7seg_h__
15 #define D7SIOCRD _IOR(D7S_IOC, 0x45, int)
16 #define D7SIOCWR _IOW(D7S_IOC, 0x46, int)
17 #define D7SIOCTM _IO (D7S_IOC, 0x47)
39 #define D7S_POINT (1 << 7)
40 #define D7S_ALARM (1 << 6)
41 #define D7S_FLIP (1 << 5)
70 #define D7S_SEGABFG 0x1B
71 #define D7S_SEGCDEG 0x1C
72 #define D7S_SEGBCEF 0x1D
73 #define D7S_SEGADG 0x1E
74 #define D7S_BLANK 0x1F
76 #define D7S_MIN_VAL 0x0
77 #define D7S_MAX_VAL 0x1F