EA DOGM128 Driver  0.1
Driver code for the EA DOGM128
 All Files Functions Typedefs Enumerations Groups Pages
DOGM128_arc.h
Go to the documentation of this file.
1 #ifndef DOGM128_ARC_H
2 #define DOGM128_ARC_H
3 
17 /*----------------------------------------------------------------------------*/
18 /* INCLUDES */
19 /*----------------------------------------------------------------------------*/
20 #include "DOGM128_common.h"
21 
22 /*----------------------------------------------------------------------------*/
23 /* FUNCTIONS */
24 /*----------------------------------------------------------------------------*/
25 
64 void dog_draw_arc(uint8_t x_center,
65  uint8_t y_center,
66  uint8_t radius,
67  uint8_t start_angle,
68  uint8_t end_angle,
69  uint8_t size,
70  char mode);
71 
72 #endif /* DOGM128_ARC_H */ /* DOGM128_arc */
Header file containing common macros, typedefs, and function prototypes which belong in no particular...
void dog_draw_arc(uint8_t x_center, uint8_t y_center, uint8_t radius, uint8_t start_angle, uint8_t end_angle, uint8_t size, char mode)
Definition: DOGM128_arc.c:109
unsigned char uint8_t
Definition: DOGM128_common.h:108