EA DOGM128 Driver  0.1
Driver code for the EA DOGM128
 All Files Functions Typedefs Enumerations Groups Pages
DOGM128_rectangle.h
Go to the documentation of this file.
1 
14 /* Used to prevent multiple inclusion of the header file */
15 #ifndef DOGM128_RECTANGLE_H
16 #define DOGM128_RECTANGLE_H
17 
18 /*----------------------------------------------------------------------------*/
19 /* INCLUDES */
20 /*----------------------------------------------------------------------------*/
21 #include "DOGM128_common.h"
22 
23 /*----------------------------------------------------------------------------*/
24 /* FUNCTIONS */
25 /*----------------------------------------------------------------------------*/
47  uint8_t y1,
48  uint8_t x2,
49  uint8_t y2,
50  uint8_t size,
51  char mode);
52 
53 #endif /* DOGM128_RECTANGLE_H */ /* DOGM128_rectangle */
Header file containing common macros, typedefs, and function prototypes which belong in no particular...
unsigned char uint8_t
Definition: DOGM128_common.h:108
void dog_draw_rectangle(uint8_t x1, uint8_t y1, uint8_t x2, uint8_t y2, uint8_t size, char mode)
Definition: DOGM128_rectangle.c:23