00001 /**************************************************************************/ 00020 #ifndef _DISPLAY_LS013B7DH03_H_ 00021 #define _DISPLAY_LS013B7DH03_H_ 00022 00023 #include "emstatus.h" 00024 00027 #ifdef __cplusplus 00028 extern "C" { 00029 #endif 00030 00031 /******************************************************************************* 00032 ******************************** DEFINES ************************************ 00033 ******************************************************************************/ 00034 00035 /* Display geometry */ 00036 #define LS013B7DH03_WIDTH (128) 00037 #define LS013B7DH03_HEIGHT (128) 00038 00039 00040 /******************************************************************************* 00041 ************************** FUNCTION PROTOTYPES ************************** 00042 ******************************************************************************/ 00043 00044 /* Initialization function for the LS013B7DH03 device driver. */ 00045 EMSTATUS DISPLAY_Ls013b7dh03Init(void); 00046 00047 #ifdef __cplusplus 00048 } 00049 #endif 00050 00053 #endif /* _DISPLAY_LS013B7DH03_H_ */