ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
ezLCD_103_frames.h
Go to the documentation of this file.
1 
24 #ifndef FRAMES_H
25 #define FRAMES_H
26 /*----------------------------------------------------------------------------*/
27 /* INCLUDES */
28 /*----------------------------------------------------------------------------*/
29 #include "ezLCD_103_common.h"
30 
31 /*----------------------------------------------------------------------------*/
32 /* FUNCTIONS */
33 /*----------------------------------------------------------------------------*/
52 
69 void ezLCD_set_draw_frame(uint8_t frame);
70 
71 #endif /* FRAMES_H */ /* ezLCD_103_frames */
unsigned char uint8_t
Definition: ezLCD_103_common.h:90
void ezLCD_set_display_frame(uint8_t frame)
Definition: ezLCD_103_frames.c:21
Common header file needed by all child headers in this library.
void ezLCD_set_draw_frame(uint8_t frame)
Definition: ezLCD_103_frames.c:27