HP488 LCD

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
rmaggott
Posts: 5
Joined: Sun Feb 26, 2012 1:28 pm
Has thanked: 2 times
Contact:

HP488 LCD

Post by rmaggott »

Hello,

I'm new to using the PIC processor. I have just purchased the HP488 V3 board to get started on this chip. I have previous experience with the Renesas processors.

I was just wondering, is there a manual for this board as I have not received anything useful with the board. I am struggling to get the LCD working, I have set it up and everything, but the commands don't seem to go to the LCD, the LEDs at the corresponding ports do however light up. I'm not sure how the jumpers are meant to be set either.

Any help would be much appreciated.

Regards,
Ryan

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times
Contact:

Re: HP488 LCD

Post by dazz »

To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times
Contact:

Re: HP488 LCD

Post by JohnCrow »

Hi
The documentation for for the board can be downloaded from here

http://www.matrixmultimedia.com/product ... PHPSESSID=

There are 2 switchs near the LCD
One is to turn on the lcd the other the 7seg LED. You can only have 1 on at a time as they share port b

The row 4 jumpers near these switches are normally set to the right. the top 2 are to enable analogue input for the potentiometer and the Light Dependant Resistor.
All the jumpers and setting are well explained in the data sheet.

Come back if you still are not clear on anything. Some one will be able to give you an answer.
1 in 10 people understand binary, the other one doesn't !

rmaggott
Posts: 5
Joined: Sun Feb 26, 2012 1:28 pm
Has thanked: 2 times
Contact:

Re: HP488 LCD

Post by rmaggott »

Thanks guys for the responses.

After looking around some more I managed to find a solution to the problem at hand. It turns out that you have to use 4-bit mode to initialise the LCD as well. This is not the same as using 8-bit mode to initialise the LCD. The examples that I saw, and tutorials that I read never mentioned this.

Thanks for the trouble.
Regards,
Ryan

aazmi1
Posts: 7
Joined: Sat Mar 10, 2012 9:14 am
Contact:

Re: HP488 LCD

Post by aazmi1 »

hello

I am having problem in HP-488 board programming with LCD. This is not the same as using 8-bit mode to initialise the LCD.We can use only 4-bits.How to send MSB and then LSB using c-programming.LVP is not applicable when working on LCD
Thanks in advane

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: HP488 LCD

Post by Benj »

Hello,

Why not download the demo version of Flowcode. You will be up and running with your display in minutes. Also if you choose not to use Flowcode then you can always have a look at the C code it is producing to drive the display.

Post Reply