ezLCD+103 Driver  0.1
Driver code for the ezLCD+103
 All Files Functions Typedefs Enumerations Groups Pages
ezLCD_103_images.h
Go to the documentation of this file.
1 
12 #ifndef IMAGES_H
13 #define IMAGES_H
14 /*----------------------------------------------------------------------------*/
15 /* INCLUDES */
16 /*----------------------------------------------------------------------------*/
17 #include "ezLCD_103_common.h"
18 
19 /*----------------------------------------------------------------------------*/
20 /* FUNCTIONS */
21 /*----------------------------------------------------------------------------*/
42 void ezLCD_put_picture_rom(uint16_t picture_number);
43 
65 void ezLCD_put_picture_sd(char file_path[], uint8_t length);
66 
67 #endif /* IMAGES_H */ /* ezLCD_103_images */
unsigned int uint16_t
Definition: ezLCD_103_common.h:92
void ezLCD_put_picture_rom(uint16_t picture_number)
Definition: ezLCD_103_images.c:21
unsigned char uint8_t
Definition: ezLCD_103_common.h:90
Common header file needed by all child headers in this library.
void ezLCD_put_picture_sd(char file_path[], uint8_t length)
Definition: ezLCD_103_images.c:28