pal / vga settings
Guyvo
Posts: 21
Hi propellers,
Me and my friend recently developed a propeller board based on the development kit schematics. It works very good !
I have some questions on the video mode as all the samples in the library are written for NTCS mode. If I change the mode to PAL like %0001 the screen is flickering while with NTCS it's stabel. (my samsung lcd supports PAL/NTCS/SECAM cause i'm in Europe). Note that if I turn on interlace like %00011 for the mode it's even worse for both modes. I run the terminal example.
Is it sufficient to change only the mode field for PAL/NTCS or are some other fields also important to change (broadcast,..)?
I tried also some examples of VGA modes. These are working fine on my LCD monitor but if I run eg. the example of 1024/768 pixels on my samsung lcd tv with PC input the screen isn't show up at all. I think there are some more parameters to modify. The spec of my tv for 1024/768 is Hor F 60.023kHZ Ver F 75.029 HZ and pixel CLK F 78.750Mhz in a Sync polarity of H/V +/+.
Is there somewhere a document that descibes how to fulfill these frequencies to a screen ?
PS
I use a 5MHz crystal
PLLx16
Keep up this great chip development !
Thanks in advance
Guy
Me and my friend recently developed a propeller board based on the development kit schematics. It works very good !
I have some questions on the video mode as all the samples in the library are written for NTCS mode. If I change the mode to PAL like %0001 the screen is flickering while with NTCS it's stabel. (my samsung lcd supports PAL/NTCS/SECAM cause i'm in Europe). Note that if I turn on interlace like %00011 for the mode it's even worse for both modes. I run the terminal example.
Is it sufficient to change only the mode field for PAL/NTCS or are some other fields also important to change (broadcast,..)?
I tried also some examples of VGA modes. These are working fine on my LCD monitor but if I run eg. the example of 1024/768 pixels on my samsung lcd tv with PC input the screen isn't show up at all. I think there are some more parameters to modify. The spec of my tv for 1024/768 is Hor F 60.023kHZ Ver F 75.029 HZ and pixel CLK F 78.750Mhz in a Sync polarity of H/V +/+.
Is there somewhere a document that descibes how to fulfill these frequencies to a screen ?
PS
I use a 5MHz crystal
PLLx16
Keep up this great chip development !
Thanks in advance
Guy
Comments
(1) The 5 or 10 Mhz crystal cannot generate a color clock close enough to the PAL 4.433xxx MHz, so most monitors show some moving moiree. One can try a PAL crystal rather than a 5MHz to improve this.
(2) Most monitors have 240 lines which is fine for NTSC with 480 lines. PAL has 525 which gives many interferences on a 240 lines monitor.
But I was planning to change the crystal to osc of 80MHz. Is that a good idea than ?
An other way to reduce the flickering is to choose other colors, flickering depends much of the color combinations.
Andy
from 4-8M