Page 1 of 1
Highlighting the entire row on the 4 X 20 LCD
Posted: Mon Sep 04, 2006 7:11 am
by PHM1023
Hi i have a LK204-25 (4 X 20 model) using serial connection. Lets say i have the following text,
1) Settings
2) Phonebook
3) Radio
4) Message
I would like to highlight the entire row. What commands can i use? If possible please indicate with examples as im new to this product. Thanks a billion...
Posted: Mon Sep 04, 2006 7:16 am
by PHM1023
sorry that i forget to mention that im programming the LCD using a Basic Stamp 2sx
Posted: Tue Sep 05, 2006 10:50 am
by Raquel
Hello PHM1023,
Thank you for posting on the forum.
I have not seen a way of highlighting the text on alphanumeric displays. What I have seen done is something like this:
1. Settings
2. Phonebook
3. Radio
> 4. Message
The '>' kind of highlights / selects row #4.
I hope this helps.
Posted: Thu Sep 07, 2006 11:45 pm
by PHM1023
Oh ok... thanks for the reply... I would like to ask another question regarding programming with the basic stamp. lets say i wanna display from A-Z on 1 row of the 4 x 20 with manual scroll, (e.g. by pressing on a button to do the scrolling) how can i do that? Can illustrate with some examples? Thanks a billion...
Posted: Fri Sep 08, 2006 9:50 am
by Raquel
Hello,
I am not too familiar with Basic Stamp, but here is a link that might be helpful to you:
http://www.matrixorbital.ca/appnotes/basic_stamp/
Best Regards,
Posted: Fri Sep 08, 2006 1:27 pm
by PHM1023
ya i have already check the site and they did not mention what I really need. As in the manual it only tell us the commands but did not really teaches us how to use that command. As im new in this field doing a project that need to use such LCD, i was hoping that you guys could help me a little by showing some examples.