EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
displayls013b7dh03.h
Go to the documentation of this file.
1 /**************************************************************************/
20 #ifndef _DISPLAY_LS013B7DH03_H_
21 #define _DISPLAY_LS013B7DH03_H_
22 
23 #include "emstatus.h"
24 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 
31 /*******************************************************************************
32  ******************************** DEFINES ************************************
33  ******************************************************************************/
34 
35 /* Display geometry */
36 #define LS013B7DH03_WIDTH (128)
37 #define LS013B7DH03_HEIGHT (128)
38 
39 
40 /*******************************************************************************
41  ************************** FUNCTION PROTOTYPES **************************
42  ******************************************************************************/
43 
44 /* Initialization function for the LS013B7DH03 device driver. */
45 EMSTATUS DISPLAY_Ls013b7dh03Init(void);
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
53 #endif /* _DISPLAY_LS013B7DH03_H_ */
EMSTATUS definitions.