What must I do to get 54 characters per line with TV_Text_Half_Height from Obex?
Christof Eb.
Posts: 1,245
Hi,
in the file it is stated, that 54chars per line would be possible in pal mode.
I use the pin configuration of the demo board and I have 5MHz*16.
Thanks alot for some directions!
Christof
in the file it is stated, that 54chars per line would be possible in pal mode.
I use the pin configuration of the demo board and I have 5MHz*16.
Thanks alot for some directions!
Christof
Comments
Have you changed the _xinfreq in the top object?
Baggers has used a 6MHz crystal so that will need changing for demoboard compatability.
To get 54 characters on Demoboard change
to
and in TV_Text_Half_Height object change hx settting in tv_params DAT block to 6
I hope that helps....
Regards,
Coley
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
PropGFX - The home of the Hybrid Development System and PropGFX Lite
I have tried this - actually I had tried these things before, but there must be an additional trick. I can display 40*30 using
text.start(12,1,1,40,30)
I would suppose, that some kind of bitout frequency has to be changed, because there are more pixels to be shifted out.
I still have:
fntsc = 3_579_545 'NTSC color frequency
lntsc = 3640 'NTSC color cycles per line * 16
sntsc = 624 'NTSC color cycles per sync * 16
fpal = 4_433_618 'PAL color frequency
lpal = 4540 'PAL color cycles per line * 16
spal = 848 'PAL color cycles per sync * 16
paramcount = 14
colortable = $180 'start of colortable inside cog
despite of 5MHz, I wonder if this is correct for 54Chars.
Christof
Post Edited (Christof Eb.) : 4/17/2010 6:45:12 AM GMT
You shouldn't need to do more than the HX value, and the values in the text.start
I tried to make it as easy to set up as possible.
I'll try and get hold of another demo/proto board and get it working with 54 Chars, although 864 pixels is a LOT of pixels to get on the screen in NTSC and with a 5Mhz crystal, especially considering it's mixing two scanlines of pixels together.
Cheers,
Baggers.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
http://www.propgfx.co.uk/forum/·home of the PropGFX Lite
·