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

Subversion Repositories mips32r1

[/] [mips32r1/] [trunk/] [Software/] [demos/] [XD3_I2C/] [src/] [drivers/] [lcd.h] - Rev 2

Compare with Previous | Blame | View Log

#ifndef __LCD_H__
#define __LCD_H__
 
#include <stdint.h>
 
#define LCD_ADDRESS 0x80000000
 
void    LCD_clear(void);
void    LCD_setPos(uint8_t position);
uint8_t LCD_getPos(void);
void    LCD_setAutoIncr(uint8_t incr);
void    LCD_printByte(uint8_t byte);
void    LCD_printByteHex(uint8_t byte);
void    LCD_printByteDec(uint8_t byte);
void    LCD_printWord(uint32_t word);
void    LCD_printString(char *string);
 
#endif
 
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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