public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* [patch] Fix typo in rom-japan LCD component
@ 2006-09-15 15:54 Erickson, Hans
  2006-09-15 16:05 ` Frank Ch. Eigler
  0 siblings, 1 reply; 2+ messages in thread
From: Erickson, Hans @ 2006-09-15 15:54 UTC (permalink / raw)
  To: sid

Hello,

Currently both the left arrow and the right arrow in the character
definitions for the rom-japan LCD component are assigned to 0x7e.  This
patch corrects that problem.

- Hans Erickson
  herickso@stratasys.com



Index: sid/component/lcd/rom-japan.cxx
===================================================================
RCS file: /cvs/src/src/sid/component/lcd/rom-japan.cxx,v
retrieving revision 1.1
diff -c -p -r1.1 rom-japan.cxx
*** sid/component/lcd/rom-japan.cxx	7 Dec 2000 19:30:53 -0000
1.1
--- sid/component/lcd/rom-japan.cxx	15 Sep 2006 15:45:37 -0000
*************** init_rom_japan( unsigned char rom[][8] )
*** 25,31 ****
    fm[4] = 0x2;
    fm[5] = 0x4;
  
!   fm = &(rom[0x7e][0]);	// left arrow
    fm[1] = 0x4;
    fm[2] = 0x8;
    fm[3] = 0x1f;
--- 25,31 ----
    fm[4] = 0x2;
    fm[5] = 0x4;
  
!   fm = &(rom[0x7f][0]);	// left arrow
    fm[1] = 0x4;
    fm[2] = 0x8;
    fm[3] = 0x1f;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] Fix typo in rom-japan LCD component
  2006-09-15 15:54 [patch] Fix typo in rom-japan LCD component Erickson, Hans
@ 2006-09-15 16:05 ` Frank Ch. Eigler
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Ch. Eigler @ 2006-09-15 16:05 UTC (permalink / raw)
  To: Erickson, Hans; +Cc: sid

Hi -

> Currently both the left arrow and the right arrow in the character
> definitions for the rom-japan LCD component are assigned to 0x7e.  This
> patch corrects that problem. [...]

Thanks, applied!

- FChE

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-09-15 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-15 15:54 [patch] Fix typo in rom-japan LCD component Erickson, Hans
2006-09-15 16:05 ` Frank Ch. Eigler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).