OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_MPU_LPC1768_GCC_RedSuite/] [src/] [LCD/] [lcd_driver.h] - Blame information for rev 582

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 582 jeremybenn
//*****************************************************************************
2
//   +--+       
3
//   | ++----+   
4
//   +-++    |  
5
//     |     |  
6
//   +-+--+  |   
7
//   | +--+--+  
8
//   +----+    Copyright (c) 2009 Code Red Technologies Ltd. 
9
//
10
// lcd_driver.h - Header file for driver for the lowest level access routines
11
// for the Sitronix ST7637 LCD Controller/driver used on the RDB1768 
12
// development board.
13
//
14
// Software License Agreement
15
// 
16
// The software is owned by Code Red Technologies and/or its suppliers, and is 
17
// protected under applicable copyright laws.  All rights are reserved.  Any 
18
// use in violation of the foregoing restrictions may subject the user to criminal 
19
// sanctions under applicable laws, as well as to civil liability for the breach 
20
// of the terms and conditions of this license.
21
// 
22
// THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED
23
// OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
24
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
25
// USE OF THIS SOFTWARE FOR COMMERCIAL DEVELOPMENT AND/OR EDUCATION IS SUBJECT
26
// TO A CURRENT END USER LICENSE AGREEMENT (COMMERCIAL OR EDUCATIONAL) WITH
27
// CODE RED TECHNOLOGIES LTD. 
28
 
29
#ifndef LCD_DRIVER_H_
30
#define LCD_DRIVER_H_
31
 
32
void LCDdriver_WriteData(unsigned char LCD_Data);
33
void LCDdriver_WriteCom(unsigned char LCD_Command);
34
void LCDdriver_initialisation(void);
35
 
36
#endif /*LCD_DRIVER_H_*/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.