ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
ezLCD_103_fill.h
Go to the documentation of this file.
1 
13 #ifndef EZLCD_103_FILL_H
14 #define EZLCD_103_FILL_H
15 /*----------------------------------------------------------------------------*/
16 /* INCLUDES */
17 /*----------------------------------------------------------------------------*/
18 #include "ezLCD_103_common.h"
19 
20 /*----------------------------------------------------------------------------*/
21 /* FUNCTIONS */
22 /*----------------------------------------------------------------------------*/
38 void ezLCD_clear(void);
39 
61 void ezLCD_fill(void);
62 
87 void ezLCD_fill_bound(uint8_t red, uint8_t green, uint8_t blue);
88 
89 #endif /* EZLCD_103_FILL_H */ /* ezLCD_103_fill */
void ezLCD_clear(void)
Definition: ezLCD_103_fill.c:22
void ezLCD_fill(void)
Definition: ezLCD_103_fill.c:27
unsigned char uint8_t
Definition: ezLCD_103_common.h:90
Common header file needed by all child headers in this library.
void ezLCD_fill_bound(uint8_t red, uint8_t green, uint8_t blue)
Definition: ezLCD_103_fill.c:32