Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | CFAG12864B_WIDTH (128) |
#define | CFAG12864B_HEIGHT (64) |
#define | CFAG12864B_CONTROLLERS (2) |
#define | CFAG12864B_PAGES (8) |
#define | CFAG12864B_ADDRESSES (64) |
#define | CFAG12864B_SIZE |
Functions | |
unsigned int | cfag12864b_getrate (void) |
unsigned char | cfag12864b_enable (void) |
void | cfag12864b_disable (void) |
unsigned char | cfag12864b_isenabled (void) |
unsigned char | cfag12864b_isinited (void) |
Variables | |
unsigned char * | cfag12864b_buffer |
#define CFAG12864B_ADDRESSES (64) |
Definition at line 32 of file cfag12864b.h.
#define CFAG12864B_CONTROLLERS (2) |
Definition at line 30 of file cfag12864b.h.
#define CFAG12864B_HEIGHT (64) |
Definition at line 29 of file cfag12864b.h.
#define CFAG12864B_PAGES (8) |
Definition at line 31 of file cfag12864b.h.
#define CFAG12864B_SIZE |
Definition at line 33 of file cfag12864b.h.
#define CFAG12864B_WIDTH (128) |
Definition at line 28 of file cfag12864b.h.
Definition at line 253 of file cfag12864b.c.
Definition at line 235 of file cfag12864b.c.
Definition at line 54 of file cfag12864b.c.
Definition at line 266 of file cfag12864b.c.
Definition at line 320 of file cfag12864b.c.
unsigned char* cfag12864b_buffer |
Definition at line 56 of file cfag12864b-example.c.