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

Subversion Repositories mips32r1

[/] [mips32r1/] [trunk/] [Software/] [demos/] [XD4_UART/] [src/] [drivers/] [lcd.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 ayersg
#ifndef __LCD_H__
2
#define __LCD_H__
3
 
4
#include <stdint.h>
5
 
6
#define LCD_ADDRESS 0x80000000
7
 
8
void    LCD_clear(void);
9
void    LCD_setPos(uint8_t position);
10
uint8_t LCD_getPos(void);
11
void    LCD_setAutoIncr(uint8_t incr);
12
void    LCD_printByte(uint8_t byte);
13
void    LCD_printByteHex(uint8_t byte);
14
void    LCD_printByteDec(uint8_t byte);
15
void    LCD_printWord(uint32_t word);
16
void    LCD_printString(char *string);
17
 
18
#endif
19
 

powered by: WebSVN 2.1.0

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