Need big TV font
Beanie2k
Posts: 83
Well after several years just reading this forum I finally got around to doing something with my Prop. My project includes a vehicle dashboard display for which I am using a modified (gutted for legal reasons) DVD player. I am using the Prop to display text messages and numbers (via the RCA output) about certain engine parameters (temp RPM vacuum etc.). I find the standard TV.spin font to be too small for someone my age to read safely. Graphics.spin gives me the right size font but takes up so much RAM that I have none left for data processing. There is a graphics package (MPE XOR Graphics) which omits the double buffering thus freeing RAM but for my display the flicker is too great. Is there a way to use the ROM font as in TV.spin but have it larger?
Comments
But, you can create your own font and display it with my interleaved character app:
http://www.rayslogic.com/propeller/Programming/InterleavedCharacter.htm
If that's still not big enough, you can create numbers as graphics of any size with this 1-bit bitmap app:
http://www.rayslogic.com/propeller/Programming/1-BitBitmap/1-Bit%20Bitmaps.htm
(and there should be no flicker.)
http://forums.parallax.com/showthread.php?p=704974
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
That would definitely be the easy way to go!
(Just thought of it this evening...)
http://forums.parallax.com/showthread.php?p=654282
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
-Phil
Take a look at the terminal firmware for the Propeller Backpack:
It is able to coax different font sizes from the TV driver. I thought it was just a matter of setting the row and column sizes, but it's been awhile, so there may be someting I've forgotten.
-Phil
-Phil
True: Though this can be reduced quite a bit by striping out unused functions.
localroger: Thanks, I looked at those when I was digging through the code, but didn't change them in my hacking. I will revisit that, but I think I graphics.spin will be my best bet since I need to do some "drawing".
FYI: attached is a picture of my target display with the correct colors. I need black, green, red, and blue. More colors would be better.
.