Shop OBEX P1 Docs P2 Docs Learn Events
[FYI] VGA 320x240 scanline driver (single cog) — Parallax Forums

[FYI] VGA 320x240 scanline driver (single cog)

kuronekokuroneko Posts: 3,623
edited 2013-02-25 06:11 in Propeller 1
Again, just to see if it could be done. Its [thread=142629]256[/thread]/[thread=142764]400[/thread] pixels counterparts fetch the pixels while displaying them (just before in fact). This one needs at least double buffer mode to function but can also use multiple buffers (>2).

Signal timing is 640x480@60Hz, any colour value is acceptable (video h/w doesn't control sync lines during visible lines).
'' mailbox layout (320x240 scanline, single cog)
''
'' word[par][0]: cog startup:   primary buffer -> zero (accepted)
''               transaction: frame indicator
'' word[par][1]: cog startup: secondary buffer -> zero (accepted)
''               transaction: 3rd party buffer -> zero (accepted)
Sign In or Register to comment.