FreeCalypso > hg > tcs211-c139
comparison chipsetsw/drivers/drv_app/r2d/lcd_messages_ti.h @ 0:509db1a7b7b8
initial import: leo2moko-r1
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Mon, 01 Jun 2015 03:24:05 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:509db1a7b7b8 |
---|---|
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_ */ |