Graphic LCD Library for SED1330
History
This LCD is very different from the other standards text 2 x 20. This graphic and text LCD is 320 x 200 pixels. This LCD have differents memories map for the text and graphic region. If you buy this LCD in a "real" electronic store you will pay like 400$ each but you can find it brand new in a surplus store for 50$!!!. I used this LCD in a major project to display charts and a lots of information collected around my house: temperature, humidity, wind speed, etc. This LCD is perfect for project that needs to display a lot of information.
In the source code you will find all the functions you need to make this LCD works.
Functions Features
void LCDWriteData(unsigned char byte)
void LCDWriteCmd(unsigned char byte)
unsigned char LCDReadData(void)
void InitLCD(void)
void ClrSCR(void)
void GotoXY(unsigned char, unsigned char)
void LCDWriteString(char *ptr)
void LCDWriteConstString(const char *ptr)
void Cursor(unsigned char cursor)
void GClrSCR(void)
void GPix(int x, int y, unsigned char stat)
void GBox(int x1, int y1, int x2, int y2,int stat)
void TextBox(int x, int y, int length,int stat)
void GLine(int x1, int y1, int x2, int y2)
Pictures
Download
Post comment
Please note
Categories
- All projects
- Audio
- Clock
- Electric Train
- Gadjet
- General Posting
- Laser
- Lastes News
- LED
- Library
- Sensor
- Software
- Work Bench Tools

admin

All my source codes were taken from my personal projects.