comparison src/cs/drivers/drv_app/r2d/lcd_messages_ti.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
1 /****************************************************************************/
2 /* */
3 /* File Name: lcd_messages_ti.h */
4 /* */
5 /* Purpose: This file contains data structures and functions prototypes */
6 /* used to send events to the LCD SWE. */
7 /* */
8 /* Version 0.1 */
9 /* */
10 /* Date Modification */
11 /* ------------------------------------ */
12 /* 29/09/2000 Create */
13 /* */
14 /* Author Davide Carpegna */
15 /* */
16 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved*/
17 /****************************************************************************/
18 #ifndef __LCD_MESSAGES_TI_H_
19 #define __LCD_MESSAGES_TI_H_
20
21 #ifdef __cplusplus
22 extern "C"
23 {
24 #endif
25
26 #define LCD_Reset lcd_reset
27 #define LCD_Clear LCD_Clear_ll
28 #define LCD_Init LCD_Init_ll
29 #define LCD_WriteString LCD_Write_String
30 #define LCD_WriteCenter LCD_Write_Center
31
32 #ifdef __cplusplus
33 }
34 #endif
35
36
37 #endif /* __LCD_MESSAGES_TI_H_ */