Port-hpcsh archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD 1.6 / 2.0 on HP Jornada 690 - Howto



On Sat, Dec 11, 2004 at 11:31:04 -0500, Alain Robillard wrote:

> BTW, in an earlier post, someone mention that to correct the problem
> with the caracter beeing too dim on the Jornada LCD that we had to
> edit the "rasops_cmap in sys/dev/rasops/rasops.c and compile a new
> kernel".  What are the best values to correct it ?

I use

+#ifdef __sh__
+       0x00, 0x00, 0x00, /* black */
+       0xd0, 0x00, 0x00, /* red */
+       0x00, 0xd0, 0x00, /* green */
+       0xd0, 0xd0, 0x00, /* brown */
+       0x00, 0x00, 0xd0, /* blue */
+       0xd0, 0x00, 0xd0, /* magenta */
+       0x00, 0xd0, 0xd0, /* cyan */
+       0xd0, 0xd0, 0xd0, /* white */
+#else


I still feel somewhat guilty about this hack, but I otherwise lack
motivation to fix it properly.

SY, Uwe
-- 
uwe%ptc.spbu.ru@localhost                         |       Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/            |       Ist zu Grunde gehen



Home | Main Index | Thread Index | Old Index