EA DOGM128 Driver  0.1
Driver code for the EA DOGM128
 All Files Functions Typedefs Enumerations Groups Pages
DOGM128_characters.h
Go to the documentation of this file.
1 
18 /* Used to prevent multiple inclusion of the header file */
19 #ifndef DOGM128_CHARACTERS_H
20 #define DOGM128_CHARACTERS_H
21 
22 
23 /*----------------------------------------------------------------------------*/
24 /* INCLUDES */
25 /*----------------------------------------------------------------------------*/
26 #include "DOGM128_common.h"
27 
28 /*----------------------------------------------------------------------------*/
29 /* DEFINES */
30 /*----------------------------------------------------------------------------*/
40 #define DOG_CHAR_WIDTH 126
41 
45 #define DOG_CHAR_HEIGHT 8
46 
48 #define DOG_HIDDEN_MICKEY 128
49 
50 /*----------------------------------------------------------------------------*/
51 /* FUNCTION HEADERS */
52 /*----------------------------------------------------------------------------*/
53 
83 int putchar(int c);
84 
103 int8_t dog_set_page(uint8_t new_page);
104 
123 int8_t dog_set_column(uint8_t new_col);
124 
154 int8_t dog_putchar_select(uint8_t row, uint8_t new_col, char c);
155 
156 #endif /* DOGM128_CHARACTERS_H */
157  /* DOGM128_characters */
int8_t dog_putchar_select(uint8_t new_row, uint8_t new_col, char c)
Definition: DOGM128_characters.c:245
Header file containing common macros, typedefs, and function prototypes which belong in no particular...
signed char int8_t
Definition: DOGM128_common.h:109
int putchar(int c)
Definition: DOGM128_characters.c:168
int8_t dog_set_page(uint8_t new_page)
Definition: DOGM128_characters.c:235
unsigned char uint8_t
Definition: DOGM128_common.h:108
int8_t dog_set_column(uint8_t new_col)
Definition: DOGM128_characters.c:221