Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Documents about graphics LCD

Status
Not open for further replies.

Code Warrior

Full Member level 4
Joined
Dec 30, 2004
Messages
230
Helped
10
Reputation
20
Reaction score
2
Trophy points
1,298
Activity points
1,831
I used normal charecter based LCD module and never used graphics LCD. Any one will please give me link for learning graphics LCD and will send me any PDF in this relation. Please do the need full.
 

graphical lcd tutorial

Hi Codewarrior,
You didn't say which micro, or which gLCD, and because there are so many different ones floating around out there, it is harder to offer advice. The graphic LCDs are different than the character ones in that there is no common standard.
This website has info on thwo of the more popular controllers, the SED1330 and the T6963.
http://www.compsys1.com/workbench/
Also there are a couple of examples on the PIClist:

http://www.piclist.com/techref/io/lcd/pic.htm

There is also some information at Panorama:
http://www.epanorama.net/links/project_display.html

and the best info I found there was Scott Edward's site:
**broken link removed**

This page has a tutorial for graphic LCD:
http://www.geocities.com/dinceraydin/lcd/gfxintro.htm

I hope this gets you started.

I have had some luck with graphic LCDs, but they are not as easy to use as the character, for sure.

Best wishes,
Robert
 

lcdmodkit

Hello

You can see

h**p://sjeffroy.free.fr/LCD_graphiques/lcd_graphiques.html

It's in french
 

graphic lcd module tutorial

Full source code in CCS compiler, T6963C + PIC16F877 mcu.

At www.TechToys.com.hk under Downloads section.

John
 

tutorial graphic lcd

Thanks all of you for the link. TechToys CCS compiler has library for graphics LCD?
 

tutorial glcd

Hi,
Well techToys.hk has drivers for several gLCDs, and also PICmodules.com has a couple, but the links on their page don't work correctly, you have to fiddle a bit to get them.
BUT,
you are using CCS? There is a driver in the drivers directory, and an example in the examples which worked the first try. There were some problems for me, as my size is 160 x 64, and the driver is for 160 x 32.
I'm dealing with the same stuff you are, and it hasn't been easy to find everything...
Best luck,
Robert
 

t6963 ccs

Link under www.TechToys.com.hk should work. The graphics as shown on the web page under the Downloads menu was displayed exactly by the same download linked. Anyway, the whole project is enclosed.

Please advise there is any problem.

John
 

Graphics LCD.

Hi,
You didn't mention which compiler you're using.
I use mikroBASIC and I know that mikroBASIC, mikroC and mikroPASCAL all have built-in library routines/functions which you just call for GLCD. No need to learn the internal operations.
mikroBASIC, mikroC and mikroPASCAL have routines for GLCD with controllers KS108/KS0108/KS107 and T6963. These are the most common types of GLCD controllers.
www.mikroe.com
Hope it helped.
Tahmid.
 
Re: Graphics LCD.

Dear My Friends

With Mikrobasic it is easy to use the graphic lib, but how can i display a variable at
T6963 GLCD i can display a Graphic like box ,line,rectangle,etc...
how can i display a variable

please help

Best Regards

MedTronic
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top