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.

Hi i wana creat a up down scroll menu using AVR with GLCD?

Status
Not open for further replies.

nihal_2000

Member level 1
Joined
Aug 31, 2009
Messages
33
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
India
Activity points
1,496
Hi,
I wana creat a up down scroll menu using ATmega 128 on a Graphic LCD.
Can some body help me and guide to some code or tutorial for it.

Thanks to all!
 

Re: Hi i wana creat a up down scroll menu using AVR with GLC

Hello!

It's difficult to tell you how to do without knowing the detail.
What kind of LCD do you use?
What kind of interface do you have? A mouse? A keyboard? Just a few pushbuttons?
Is it something like this:
?

Well, as you use an Atmega, I think the above link should be close to what you
want to do...

Dora
 

    nihal_2000

    Points: 2
    Helpful Answer Positive Rating
Re: Hi i wana creat a up down scroll menu using AVR with GLC

Hi doraemon,
Thanks for your reply. Definitely this link is going to help me.

I am using a LCD-08799 big 128x160 pixel graphical STN LCD. The LCD based on T6963C Controller.

LCD detail:
https://www.sparkfun.com/commerce/product_info.php?products_id=8799

LCD datasheet:
https://www.sparkfun.com/datasheets/LCD/DS-G160128STBWW.pdf

4x4 matrix keypad interface is used. Controller is Atmega128.

Hope you would advice me further…..Thank you!
 

Re: Hi i wana creat a up down scroll menu using AVR with GLC

Hello!

At least I am here. Back to the office, but it's late.
What exactly do you want to know? As you are looking for menus,
I assume you are already able to draw a plain string.
Now if it's the case, the method of drawing menus is completely
explained in the link above. The only thing you have to change is
your input method. In my case, it's a kind of 1D joystick (up / down / select)
but if you have another kind of input device, you have to adapt your code.

In the recent versions of my menu manager, I have added a title to the menu.
Since the screen is to small to have windows, the title of the menu is used for
the tille of the current screen, but all the functionality is the same.

I will write an update to the article above and try to publish some pictures.
Well, I'm going to do a color version of the menus, that will be fun.


Dora.
 

Thanks for replying Dora. I am using simple keypad with Up-Down, and left-right button (Matrix) ......thanks for your help..........looking forward for update with some pictures....that would be great help!
Thanks a lot!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top