Search found 3 matches
- Sun 2018-11-25 10:28
- Forum: VS23S010 Forum
- Topic: 160*120 is not full with screen
- Replies: 1
- Views: 4749
Re: 160*120 is not full with screen
I solved the problem by change PLLCLKS_PER_PIXEL from 4 to 8. And change index. //Set pic line indexes to point to protoline 0 and their individual picture line. for (int i=0; i<ENDLINE-STARTLINE; i++) SetPicIndex(i + STARTLINE, PICLINE_BYTE_ADDRESS(i),0); to for (int i=0; i<(ENDLINE-STARTLINE)*2; i...
- Sat 2018-11-24 15:48
- Forum: VS23S010 Forum
- Topic: 160*120 is not full with screen
- Replies: 1
- Views: 4749
160*120 is not full with screen
Hi, I am using 160*120 picture. But it is not full with screen. IMG_4982.JPG you said: Protoline makes the basic shape of the complete video line, including sync and blank regions. Proto region is the whole line and Picture region is just the part of the line that really shows a picture on your TV. ...
- Tue 2018-10-23 9:02
- Forum: VS23S010 Forum
- Topic: 16bit NTSC, the display is incomplete
- Replies: 1
- Views: 4022
16bit NTSC, the display is incomplete
Hi, I use 16bit per pixel, 320*200, but I have two problems: IMG_7034.JPG 1, The black border above is too large, the image is positioned too far below. 2, I can only draw 320*190 pixels, I don't know if Ram is not enough. Is there a register setting that can set the image to move up? Can vs23s010-L...