// #define a 0x08 // AAAAA P27-P20 a~dp 1111 1111
// #define b 0x04 // F B P27 26 25 24 23 22 21 20
// #define c 0x02 // F B a b c d e f g dp
// #define d 0x01 // GGGGG
// #define e 0x80 // E C
// #define f 0x40 // E C
// #define g 0x20 // DDDDD DP
// #define db 0x10
// #define NEG 0x10 //負號號的宏定義
#define a 0x80 // AAAAA P27-P20 a~dp 1111 1111
#define b 0x40 // F B P27 26 25 24 23 22 21 20
#define c 0x20 // F B a b c d e f g dp
#define d 0x10 // GGGGG
#define e 0x08 // E C
#define f 0x04 // E C
#define g 0x02 // DDDDD DP
#define db 0x01
#define NEG 0x02 //負號號的宏定義