EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

Robostix (ATMega 128) and LCD

Started by "lon...@sbcglobal.net" August 12, 2009
Hello all,

I have a Robostix and when I go to their Wiki page it has the all of the C code and headers except the 'lcd.h' header file.

Does anybody know where I can get this file or at least a working package.

I'm trying to learn how interface sensors to this thing and I can't tell if I'm getting good data.

I also have an Olimex ATMega128 board that I think works.

I just need to printf my data to the display.

Thanks in advance,
Mike

Hi Mike,

Did you do a Google search for it? This is what I came up with:

http://ccrma.stanford.edu/courses/250a-fall-2002/docs/avrlib/lcd_8h-source.html

It is the source code for the HD44780 type LCD drivers. If the LCD you're
planning on using has an HD44780, SED1278 or similar LCD driver it should
work.

Zack

On Tue, Aug 11, 2009 at 1:47 AM, l...@sbcglobal.net <
l...@sbcglobal.net> wrote:

> Hello all,
>
> I have a Robostix and when I go to their Wiki page it has the all of the C
> code and headers except the 'lcd.h' header file.
>
> Does anybody know where I can get this file or at least a working package.
>
> I'm trying to learn how interface sensors to this thing and I can't tell if
> I'm getting good data.
>
> I also have an Olimex ATMega128 board that I think works.
>
> I just need to printf my data to the display.
>
> Thanks in advance,
> Mike
>


Thanks Zack!

I think that is exactly what I'm looking for. All of the code, headers and includes in one place. Most importantly, documentation.

Thanks again,
Mike
--- In a..., Zack Widup wrote:
>
> Hi Mike,
>
> Did you do a Google search for it? This is what I came up with:
>
> http://ccrma.stanford.edu/courses/250a-fall-2002/docs/avrlib/lcd_8h-source.html
>
> It is the source code for the HD44780 type LCD drivers. If the LCD you're
> planning on using has an HD44780, SED1278 or similar LCD driver it should
> work.
>
> Zack
>
> On Tue, Aug 11, 2009 at 1:47 AM, longshot7601@... <
> longshot7601@...> wrote:
>
> >
> >
> > Hello all,
> >
> > I have a Robostix and when I go to their Wiki page it has the all of the C
> > code and headers except the 'lcd.h' header file.
> >
> > Does anybody know where I can get this file or at least a working package.
> >
> > I'm trying to learn how interface sensors to this thing and I can't tell if
> > I'm getting good data.
> >
> > I also have an Olimex ATMega128 board that I think works.
> >
> > I just need to printf my data to the display.
> >
> > Thanks in advance,
> > Mike
> >
> >
> >
>
>

The 2024 Embedded Online Conference