public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
From: "Erickson, Hans" <herickso@stratasys.com>
To: <sid@sourceware.org>
Subject: [patch] Fix typo in rom-japan LCD component
Date: Fri, 15 Sep 2006 15:54:00 -0000	[thread overview]
Message-ID: <54E8FBA9A5BC91429E603350D607861C01746CA6@ex02mn.stratasys.dmn> (raw)

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;

             reply	other threads:[~2006-09-15 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-15 15:54 Erickson, Hans [this message]
2006-09-15 16:05 ` Frank Ch. Eigler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54E8FBA9A5BC91429E603350D607861C01746CA6@ex02mn.stratasys.dmn \
    --to=herickso@stratasys.com \
    --cc=sid@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).