Displaying Text and Decimal numbers reflected or backwards.
Frank70
Posts: 6
Has anyone been able to display text & decimal numbers reflected on a tv display or monitor?
I am trying to reflect a display, therefore the info on the screen has to be reflected or backwards.
i would appreciate any input on this problem.
Thanks, Frank
I am trying to reflect a display, therefore the info on the screen has to be reflected or backwards.
i would appreciate any input on this problem.
Thanks, Frank
Comments
in the Prop-manual page 32 is a description how the characters are defined.
With that it should be possible to turnaround the bitpattern
best regards
Stefan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
E3 = Thought
http://folding.stanford.edu/·- Donating some CPU/GPU downtime just might lead to a cure for cancer! My team stats.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I am 1011, so be surprised!
Advertisement sponsored by dfletch:
Come and join us on the Propeller IRC channel for fast and easy help!
Channel: #propeller
Server: irc.freenode.net or freenode.net
If you don't want to bother installing an IRC client, use Mibbit. www.mibbit.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
Post Edited (Paul Baker (Parallax)) : 9/29/2008 12:06:57 AM GMT
Haven't actually done it yet...
But, the plan is to copy the ROM font into HUB RAM and then bitwise manipulate it to be rotated.
Then, it's pretty easy to change the base address that the display routines use from that ROM font to the RAM one.
Backwards is even easier because the two tiles used by a character are the same...
As RinksCustoms points out, I would only do the first half of the font to save space...
One trick to keep in mind is that the new font probably has to be 16 long aligned, but I do this all the time for custom graphics tiles...
Post Edited (Rayman) : 9/29/2008 2:07:40 AM GMT
Tanks again to all.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.