Re: Ncurses and HD44780 LCD
- From: CptDondo <yan@xxxxxxxxxxxxxxxx>
- Date: Wed, 09 May 2007 08:10:36 -0700
okalex wrote:
My email is valid.
Get in touch if you want hints on changing the code etc. Unfortunately
it doesn't emulate the complete ANSI codes. But I can add stuuf.
The main problem is that I'm not too sure it works with 4 line displays.
I've never had one to try out and test with.
Thanks. I already had a basic driver complete, but I was unaware that
I needed to implement ANSI escape sequences. That tip was exactly
what I needed. I've added the relevant sequences and it's now working
nicely with Ncurses.
Care to share? Seriously, it would be nice to have an ncurses-capable screen.
Now that I've got the LCD up and running, I'd like to print a welcome
message as early in the boot process as possible. Can anyone provide
some advice as to how I'd go about doing that?
Depends on your boot sequence. I'm pretty sure you could patch redboot to stuff a logo out. Otherwise add a routine to the kernel to do that on boot.
If you're in userspace (as in our driver) then there's not much you can do except wait for the kernel to boot.
--Yan
.
- Follow-Ups:
- Re: Ncurses and HD44780 LCD
- From: okalex
- Re: Ncurses and HD44780 LCD
- References:
- Ncurses and HD44780 LCD
- From: okalex
- Re: Ncurses and HD44780 LCD
- From: CptDondo
- Re: Ncurses and HD44780 LCD
- From: Jim Jackson
- Re: Ncurses and HD44780 LCD
- From: okalex
- Ncurses and HD44780 LCD
- Prev by Date: Re: Help with using JFFS2 as root filesystem
- Next by Date: Re: Help with using JFFS2 as root filesystem
- Previous by thread: Re: Ncurses and HD44780 LCD
- Next by thread: Re: Ncurses and HD44780 LCD
- Index(es):
Relevant Pages
|