Go to the documentation of this file.
25 #ifndef _CFAG12864B_H_
26 #define _CFAG12864B_H_
28 #define CFAG12864B_WIDTH (128)
29 #define CFAG12864B_HEIGHT (64)
30 #define CFAG12864B_CONTROLLERS (2)
31 #define CFAG12864B_PAGES (8)
32 #define CFAG12864B_ADDRESSES (64)
33 #define CFAG12864B_SIZE ((CFAG12864B_CONTROLLERS) * \
34 (CFAG12864B_PAGES) * \
35 (CFAG12864B_ADDRESSES))