EA DOGM128 Driver  0.1
Driver code for the EA DOGM128
 All Files Functions Typedefs Enumerations Groups Pages
DOGM128_point.h
1 
15 /* Used to prevent multiple inclusion of the header file */
16 #ifndef DOGM128_POINT_H
17 #define DOGM128_POINT_H
18 
19 /*----------------------------------------------------------------------------*/
20 /* INCLUDES */
21 /*----------------------------------------------------------------------------*/
22 #include "DOGM128_common.h"
23 
24 /*----------------------------------------------------------------------------*/
25 /* Functions */
26 /*----------------------------------------------------------------------------*/
27 
49 void dog_draw_point(uint8_t row,
50  uint8_t col,
51  uint8_t size,
52  char mode);
53 
54 #endif /* DOGM128_POINT_H */ /* DOGM128_point */
Header file containing common macros, typedefs, and function prototypes which belong in no particular...
void dog_draw_point(uint8_t row, uint8_t col, uint8_t size, char mode)
Definition: DOGM128_point.c:25
unsigned char uint8_t
Definition: DOGM128_common.h:108