ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
ezLCD_103_pen.h
Go to the documentation of this file.
1 
19 #ifndef EZLCD_PEN_H
20 #define EZLCD_PEN_H
21 /*----------------------------------------------------------------------------*/
22 /* INCLUDES */
23 /*----------------------------------------------------------------------------*/
24 #include "ezLCD_103_common.h"
25 
26 /*----------------------------------------------------------------------------*/
27 /* FUNCTIONS */
28 /*----------------------------------------------------------------------------*/
46 void ezLCD_set_pen_size(uint8_t size);
47 
65 void ezLCD_set_pen_height(uint8_t height);
66 
67 
68 
69 #endif /* EZLCD_PEN_H */ /* ezLCD_103_pen */
void ezLCD_set_pen_size(uint8_t size)
Definition: ezLCD_103_pen.c:23
unsigned char uint8_t
Definition: ezLCD_103_common.h:90
Common header file needed by all child headers in this library.
void ezLCD_set_pen_height(uint8_t height)
Definition: ezLCD_103_pen.c:29