EA DOGM128 Driver  0.1
Driver code for the EA DOGM128
 All Files Functions Typedefs Enumerations Groups Pages
DOGM128_pixel.h
Go to the documentation of this file.
1 
13 /* Used to prevent multiple inclusion of the header file */
14 #ifndef DOGM128_PIXELS_H
15 #define DOGM128_PIXELS_H
16 
17 /*----------------------------------------------------------------------------*/
18 /* INCLUDES */
19 /*----------------------------------------------------------------------------*/
20 #include "DOGM128_common.h"
21 
22 /*----------------------------------------------------------------------------*/
23 /* Functions */
24 /*----------------------------------------------------------------------------*/
25 
51 int8_t dog_draw_pixel(uint8_t row, uint8_t col, char mode);
52 
53 #endif /* DOGM128_PIXELS_H */ /* DOGM128_pixel */
Header file containing common macros, typedefs, and function prototypes which belong in no particular...
int8_t dog_draw_pixel(uint8_t row, uint8_t col, char mode)
Definition: DOGM128_pixel.c:35
signed char int8_t
Definition: DOGM128_common.h:109
unsigned char uint8_t
Definition: DOGM128_common.h:108