EA DOGM128 Driver  0.1
Driver code for the EA DOGM128
 All Files Functions Typedefs Enumerations Groups Pages
DOGM128_driver.h
Go to the documentation of this file.
1 
46 /* Used to prevent multiple inclusion of the header file */
47 #ifndef DOGM128_DRIVER_ATMEGA128_H
48 #define DOGM128_DRIVER_ATMEGA128_H
49 
50 /*----------------------------------------------------------------------------*/
51 /* INCLUDES */
52 /*----------------------------------------------------------------------------*/
53 #include "DOGM128_common.h"
54 #include "DOGM128_characters.h"
55 #include "DOGM128_pixel.h"
56 #include "DOGM128_lines.h"
57 #include "DOGM128_point.h"
58 #include "DOGM128_rectangle.h"
59 #include "DOGM128_arc.h"
60 
61 #endif /* DOGM128_DRIVER_ATMEGA128_H */
62  /* DOGM128_driver */
Header file containing common macros, typedefs, and function prototypes which belong in no particular...
Header file for writing characters to the EA DOGM128.
Header file for writing an arc or circle to the EA DOGM128.
Header file for drawing lines on the EA DOGM128.
Header file for writing pixels to the EA DOGM128.
Header file for drawing a rectangle to the EA DOGM128.