Lower Resolution (20x8?) Text on TV??
Stan671
Posts: 103
I've been studying and fiddling around with the TV_Text object.· I like that it uses the built-in fonts and very little RAM for program and data.· I like that the color can be specified for each character.· I have even got it going using 16 different colors.
However, the text is way too small and hard to read on my tiny 2.5" TV Parallax TV screen.
Could this concept to extended to put less characters on the screen so that they can be larger and easier to read on small screens?· Something·in the neighborhood of·20 columns by 8 rows would be fine for my purposes.
I know that the TV Graphics object can do text of different sizes, but there is WAY too much overhead involved with this just to display simple text.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Stan Dobrowski
However, the text is way too small and hard to read on my tiny 2.5" TV Parallax TV screen.
Could this concept to extended to put less characters on the screen so that they can be larger and easier to read on small screens?· Something·in the neighborhood of·20 columns by 8 rows would be fine for my purposes.
I know that the TV Graphics object can do text of different sizes, but there is WAY too much overhead involved with this just to display simple text.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Stan Dobrowski
Comments
-Phil
Just set cols=20, rows=8 in the CON section of TV_Text and you have a 20x8 character display.
Then set hx=8, and vx=2 in the DAT section (tv_params) to stretch the display to the whole screen.
Andy
-Phil
See my posting here of a quick and dirty change of TV_TEXT
http://forums.parallax.com/showthread.php?p=677592
This really can be, though it would be an idiotic feature an a 240 line monitor. It will be much better just to use the upper OR lower field. Which however would not work without internal memory...
Since I only want to use the 20x7 arrangement in color, I have been triming down the code to be specifically for this. I have played with color combinations to get 8 colors that look good and then made inverse versions (black on colored background) for a total of 16 color possibilities for each character on the screen.
Thanks to whomever wrote the original TV_Text and to deSilva for the mods.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Stan Dobrowski
Post Edited (Stan671) : 9/28/2007 4:01:20 AM GMT
Any chance we can get you to share your final code?
Looks great!
Oldbitcollector
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Buttons . . . check. Dials . . . check. Switches . . . check. Little colored lights . . . check.
— Calvin, of 'Calvin and Hobbes.
My reason for avoiding colour definitions with "chroma-on" in the MPE_TEXT driver was just that colour will decrease the display quality ... I am still experimenting with chrystals... 5 and 10 MHz are not really good...
There were some postings wrt the NTSC/PALcolour wheel:
http://forums.parallax.com/showthread.php?p=675834
Post Edited (deSilva) : 9/28/2007 4:07:17 PM GMT