Search found 40 matches

by xva3rjy
Thu Nov 13, 2014 2:03 pm
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Re: Menu help

sent you another PM
by xva3rjy
Thu Nov 13, 2014 1:11 pm
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Re: Menu help

Regarding testing..I sent you PM
by xva3rjy
Thu Nov 13, 2014 10:51 am
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Re: Menu help

I don't quite understand how to set the Y position of the menu. If I change YMnuPos As Byte = 20 to YMnuPos As Byte = 50 .... there is no change in the menu's Y position. If I change XMnuPos the X position of the menu will change as expected.
by xva3rjy
Thu Nov 13, 2014 10:22 am
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Re: Menu help

Everything I need is working great!! I did need to change GLCD.Cls () as you mentioned. Thanks very much for your help. I will now be able to continue with the other portion of this project.
by xva3rjy
Thu Nov 13, 2014 9:16 am
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Re: Menu help

I have changed the [ ElseIf (PORTC And %00000111) = 7 Then ] line, compiled and ran it in Proteus. Everything works just as before including the single problem I had as descried early of not being able to scroll back up to the upper most line. As per you suggestion I will try to clean up the code an...
by xva3rjy
Wed Nov 12, 2014 7:37 pm
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Re: Menu help

They are there.. Dim UpButton As PORTC.0 Dim DownButton As PORTC.2 Dim SelectButton As PORTC.1 . . . If UpButton = 0 Then Inc(UpButtonCount) // Check each button and if a button is pressed then increase that button's counter by 1 ElseIf DownButton = 0 Then Inc(DownButtonCount) ElseIf SelectButton = ...
by xva3rjy
Wed Nov 12, 2014 4:43 pm
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Re: Menu help

I've spend some time utilizing parts of the LCD module and have most of what I want working except for one thing, which I can't figure out. I can enter the menu mode by pressing any button. I can manuver throught and out of menu mode. However I cannot move my selection arrow up to the second line in...
by xva3rjy
Wed Oct 29, 2014 11:23 am
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Re: Menu help

The LCD menu module you are referring to is for 4 line character LCD, quite different than a GLCD. Although I am very new to programming, I don't believe this will help me.
by xva3rjy
Wed Oct 29, 2014 8:43 am
Forum: User Modules
Topic: Menu help
Replies: 14
Views: 9324

Menu help

Does anyone have a sample of "menu" code which will help me getting started on this GLCD project. I will have 3 buttons (up, down, select) to control the menu. I have attached a picture of an example of what I'm looking for.
by xva3rjy
Fri Oct 24, 2014 9:18 am
Forum: User Modules
Topic: Looking for GLCD Menu sample code
Replies: 5
Views: 5472

Re: Looking for GLCD Menu sample code

Thanks for the code. However I'm still looking for an example of how to scroll and select menu items in a non touch screen GLCD scenario.
by xva3rjy
Thu Oct 23, 2014 1:13 pm
Forum: User Modules
Topic: Looking for GLCD Menu sample code
Replies: 5
Views: 5472

Re: Looking for GLCD Menu sample code

I'm not looking for someones complete project. Just an example of how to configure up up, down, select buttons and navigate through a few screens.
by xva3rjy
Thu Oct 23, 2014 1:09 pm
Forum: User Modules
Topic: Looking for GLCD Menu sample code
Replies: 5
Views: 5472

Re: Looking for GLCD Menu sample code

Thanks, However I'm looking for some sample used on a GLCD, not a 4 line LCD.
by xva3rjy
Tue Oct 21, 2014 2:40 pm
Forum: User Modules
Topic: Looking for GLCD Menu sample code
Replies: 5
Views: 5472

Looking for GLCD Menu sample code

I'm new to programming and am looking for samples of GLCD menus. Any help would be greatly appreciated.
by xva3rjy
Mon Oct 20, 2014 8:21 pm
Forum: Modules
Topic: GLCD KS0108 issue
Replies: 17
Views: 10349

Re: GLCD KS0108 issue

Jerry I used your suggestion, and utilized PORTA.0 for CS3 instead of PORTC.6.
It's working now. THANKS AGAIN!!

Would you know where I can find a example of code on how to setup 3 push button inputs for the purpose of editing GLCD menus? (ie, change date/time for clock, change variables, etc..)
by xva3rjy
Mon Oct 20, 2014 6:05 pm
Forum: Modules
Topic: GLCD KS0108 issue
Replies: 17
Views: 10349

Re: GLCD KS0108 issue

Both gave the same result and did not work.
The outline worked with both, however when the baudrate and TXTSTA line lines were enabled, the right side display did not work including the outline.