Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

GLCD_128x64_KS0108

Status
Not open for further replies.

NgoHoang

New Member
Dear all!

I use ATMega64 with GLCD128x64 (KS0108).

I program with CodevisionAVR v3.12 and use glcd library in CodevisionAVR.

Can you help me, why I can not put any thing on the GLCD?!

Please see attach file (CodevisionAVR and Protues file).

Thanks and best regard!
 

Attachments

  • LCD_Vision_Font.rar
    154.2 KB · Views: 240
Thanks the Reply!
Please read the code inside Code folder.
Please also note that I'm using CodevisionAVR V3.12 --> This version support the GLCD library.
Thanks and best regard!
 

Attachments

  • 2.JPG
    2.JPG
    373.5 KB · Views: 282
But I don't use codevision!! So I don't have access to this code... However!! I will try...

I cannot see anywhere where you specify the pins used.... You need to see in the GLCD.H if the correct pins are being used..
 
I've dowloaded the file and tryed it out with my evolution version.
It's to big to compile it - sorry.
The Port settings are to made in the "Project|Configure|C Compiler|Libraries|Graphic Display menu" folder.
In Your Project is used the PORTA for DATA 0...7,
and PORTC for the control Pins.
Possible bug's can be made with the fuses.
Do You have disabled the ATMEGA 103 compabitility Fuse?
Have You disabled the JTAG Fuse - when not using?
JTAG uses some pins of Port F of the ATMEGA64 and should make no trouble here, but I guess it's better to disable it.

Some Hardware errors with the cabelling of the Display are possible too.
Please refer the Datasheet of Your used Display to check the cabelling of the additional Parts.
 
Dear all!
Yesterday, I checked with real PCB. It work fine.
Protues can not simulate but it can work in real.
Thanks all reply!
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top