16 Chars LCD Display on stamp1
Archiver
Posts: 46,084
Does anybody know how to address the "other" 8 characters on a std
Hitachi 1 x 16 Chars LCD.
Using the example from the parallax book i'm able to display some
text on the first part of the display but nothing happens on the
other block.
I tried to use the 128 + 64 in the char but this doesn't seem to work
Thanks!
Hitachi 1 x 16 Chars LCD.
Using the example from the parallax book i'm able to display some
text on the first part of the display but nothing happens on the
other block.
I tried to use the 128 + 64 in the char but this doesn't seem to work
Thanks!
Comments
addressed as a second line. Mine work OK by sending 254,192. The 254 tells
the Hitachi that a command is to follow, and the 192 is the 2nd line
command.
Good luck,
Ray McArthur
Original Message
From: Hennie Vos <vos@s...>
To: <basicstamps@egroups.com>
Sent: Wednesday, January 10, 2001 4:48 PM
Subject: [noparse][[/noparse]basicstamps] 16 Chars LCD Display on stamp1
> Does anybody know how to address the "other" 8 characters on a std
> Hitachi 1 x 16 Chars LCD.
>
> Using the example from the parallax book i'm able to display some
> text on the first part of the display but nothing happens on the
> other block.
>
> I tried to use the 128 + 64 in the char but this doesn't seem to work
>
> Thanks!
>
>
>
>
>
--- In basicstamps@egroups.com, "Ray McArthur" <rjmca@u...> wrote:
> One line displays usually split the line in two, with the last half
being
> addressed as a second line. Mine work OK by sending 254,192. The
254 tells
> the Hitachi that a command is to follow, and the 192 is the 2nd line
> command.
>
> Good luck,
> Ray McArthur
>
>
Original Message
> From: Hennie Vos <vos@s...>
> To: <basicstamps@egroups.com>
> Sent: Wednesday, January 10, 2001 4:48 PM
> Subject: [noparse][[/noparse]basicstamps] 16 Chars LCD Display on stamp1
>
>
> > Does anybody know how to address the "other" 8 characters on a std
> > Hitachi 1 x 16 Chars LCD.
> >
> > Using the example from the parallax book i'm able to display some
> > text on the first part of the display but nothing happens on the
> > other block.
> >
> > I tried to use the 128 + 64 in the char but this doesn't seem to
work
> >
> > Thanks!
> >
> >
> >
> >
> >
I thought you were using a serial interface to your LCD. If you are running
"LCD Interface-terminal" in the Stamp manual, the 254, 192 sequence is what
you need, but I don't know offhand how to insert them into the code.
Sorry,
Ray McArthur
Original Message
From: Hennie Vos <vos@s...>
To: <basicstamps@egroups.com>
Sent: Friday, January 12, 2001 2:11 PM
Subject: [noparse][[/noparse]basicstamps] Re: 16 Chars LCD Display on stamp1
> On a stamp1 254,192 ?
>
>
> --- In basicstamps@egroups.com, "Ray McArthur" <rjmca@u...> wrote:
> > One line displays usually split the line in two, with the last half
> being
> > addressed as a second line. Mine work OK by sending 254,192. The
> 254 tells
> > the Hitachi that a command is to follow, and the 192 is the 2nd line
> > command.
> >
> > Good luck,
> > Ray McArthur
> >
> >
Original Message
> > From: Hennie Vos <vos@s...>
> > To: <basicstamps@egroups.com>
> > Sent: Wednesday, January 10, 2001 4:48 PM
> > Subject: [noparse][[/noparse]basicstamps] 16 Chars LCD Display on stamp1
> >
> >
> > > Does anybody know how to address the "other" 8 characters on a std
> > > Hitachi 1 x 16 Chars LCD.
> > >
> > > Using the example from the parallax book i'm able to display some
> > > text on the first part of the display but nothing happens on the
> > > other block.
> > >
> > > I tried to use the 128 + 64 in the char but this doesn't seem to
> work
--- In basicstamps@egroups.com, "Ray McArthur" <rjmca@u...> wrote:
> Hennie
> I thought you were using a serial interface to your LCD. If you
are running
> "LCD Interface-terminal" in the Stamp manual, the 254, 192 sequence
is what
> you need, but I don't know offhand how to insert them into the code.
>
> Sorry,
> Ray McArthur
>
>
Original Message
> From: Hennie Vos <vos@s...>
> To: <basicstamps@egroups.com>
> Sent: Friday, January 12, 2001 2:11 PM
> Subject: [noparse][[/noparse]basicstamps] Re: 16 Chars LCD Display on stamp1
>
>
> > On a stamp1 254,192 ?
> >
> >
> > --- In basicstamps@egroups.com, "Ray McArthur" <rjmca@u...> wrote:
> > > One line displays usually split the line in two, with the last
half
> > being
> > > addressed as a second line. Mine work OK by sending 254,192.
The
> > 254 tells
> > > the Hitachi that a command is to follow, and the 192 is the 2nd
line
> > > command.
> > >
> > > Good luck,
> > > Ray McArthur
> > >
> > >
Original Message
> > > From: Hennie Vos <vos@s...>
> > > To: <basicstamps@egroups.com>
> > > Sent: Wednesday, January 10, 2001 4:48 PM
> > > Subject: [noparse][[/noparse]basicstamps] 16 Chars LCD Display on stamp1
> > >
> > >
> > > > Does anybody know how to address the "other" 8 characters on
a std
> > > > Hitachi 1 x 16 Chars LCD.
> > > >
> > > > Using the example from the parallax book i'm able to display
some
> > > > text on the first part of the display but nothing happens on
the
> > > > other block.
> > > >
> > > > I tried to use the 128 + 64 in the char but this doesn't seem
to
> > work
I can send you a piece of code from a 2x 16 display, hooked up like
example 1 in the stamp-1 manual. I use it for the stamp-II with
succes.
It means that I have hooked it up using the plain conection to the
display (14 wires total).
Jugo
pd0ffm@a...
--- In basicstamps@egroups.com, "Hennie Vos" <vos@s...> wrote:
> Does anybody know how to address the "other" 8 characters on a std
> Hitachi 1 x 16 Chars LCD.
>
> Using the example from the parallax book i'm able to display some
> text on the first part of the display but nothing happens on the
> other block.
>
> I tried to use the 128 + 64 in the char but this doesn't seem to
work
>
> Thanks!