Bug 219 - "#" doesn't display right with double-height display
: "#" doesn't display right with double-height display
Status: RESOLVED FIXED
Product: SLIMP3
Classification: Unclassified
Component: Firmware
: unspecified
: PC RedHat Linux
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-03-15 09:42 UTC by Jeff Shanholtz
Modified: 2004-08-12 08:56 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Shanholtz 2004-03-15 09:42:42 UTC
The pound sign displays like this:

##
##

Four little pound signs instead of one big pound sign. It _really_ stands
out because it is so bright. I want to use it in my display of track
number, but it looks so funky I'm going to have to use a different format until 
it's fixed.
Comment 1 Phil Barrett 2004-03-29 10:35:28 UTC
diff -r1.12 Display.pm
561c561
<       "#" => [ '##', '##' ],
---
>       "#" => [ '_' . $Zbottom . $Zbottom, $Ztop . $Ztop . $toplinechar ],
Comment 2 KDF 2004-03-31 19:52:01 UTC
This was committed to cvs March 29, 2004
Comment 3 Jeff Shanholtz 2004-04-01 18:53:40 UTC
It's basically fixed (thanks!), but it now looks kinda funky:

 //
---
---
//

How about something more like this (if it's possible):

 ||
----
----
 ||
Comment 4 KDF 2004-04-02 23:54:37 UTC
the display is only two lines, so what you have is:
_LL
-77 more or less.

There is a limit to the number of custom chars, so while the top could be
straightened, there may not be a char that works to fix the bottom.
Comment 5 Jeff Shanholtz 2004-04-03 07:20:31 UTC
Well if that's the best you can do, it's definitely better than before!
Comment 6 KDF 2004-05-07 03:40:21 UTC
its not me.  the fix that was done is already better than I had come up with. 
If you can think of a design that works in two lines, then there might be a
solution.  I was only pointing out the limits that is in place for this
hardware. If you are satisfied with what is there, then feel free to mark this
one closed.