ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
ezLCD_103_pixels.h
Go to the documentation of this file.
1 
14 #ifndef EZLCD_PIXELS_H
15 #define EZLCD_PIXELS_H
16 /*----------------------------------------------------------------------------*/
17 /* INCLUDES */
18 /*----------------------------------------------------------------------------*/
19 #include "ezLCD_103_common.h"
20 
21 /*----------------------------------------------------------------------------*/
22 /* FUNCTIONS */
23 /*----------------------------------------------------------------------------*/
38 void ezLCD_set_plot_pixel(void);
39 
59 
60 #endif /* EZLCD_PIXELS_H */ /* ezLCD_103_pixels */
unsigned int uint16_t
Definition: ezLCD_103_common.h:92
void ezLCD_set_plot_pixel_xy(uint16_t x, uint16_t y)
Definition: ezLCD_103_pixels.c:27
void ezLCD_set_plot_pixel(void)
Definition: ezLCD_103_pixels.c:22
Common header file needed by all child headers in this library.