GRAPHICS and TV documentation..
RinksCustoms
Posts: 531
Does anybody know of pdf documentation on the TV and GRAPHICS drivers other than the HYDRA mention of them in the sample chapters on the HYDRA page?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Definetly a E3 (Electronics Engineer Extrodinare!)
"I laugh in the face of imposible,... not because i know it all, ... but because I don't know well enough!"
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Definetly a E3 (Electronics Engineer Extrodinare!)
"I laugh in the face of imposible,... not because i know it all, ... but because I don't know well enough!"
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
More specifically on how the graphics and tv driver interact with one another (or how they're supposed to), and what should be in a Terminal-like program, ie; the basic setup (with respect to the VAR/DAT blocks) using the TV And GRAPHICS objects.
If the HYDRA manual explains this i wouldn't mind purchasing the book ($50+ after UPS ground), as the teaser PDF's look promising regaurding in-depth detail of how the tv driver and graphic objects work. Tried to use these objects on my own and nothing happened, not even the graphics demo hack/slashed/axed how i thought i could get the demo to work with a DAC starting on P4 (proto board)
Mike,
I know, and the tv driver is well documented indeed, just a bit fuzzy on figuring out how to get the tv driver to work with the graphics object with the DAC on P4 · My confusion lies with the settings in the tvparams block, i understand most of it (even more after reading the hydra teasers, but the pins setting i just don't get, how does TV 1.1 take any start pin, and set the pin group whne it looks like the pin group is one or the other? The rest i could probably figure out on my own eventually
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Definetly a E3 (Electronics Engineer Extrodinare!)
"I laugh in the face of imposible,... not because i know it all, ... but because I don't know well enough!"
Post Edited (RinksCustoms) : 7/3/2007 8:54:16 PM GMT
Complicating this is the piece that this parameter table is passed to TV.spin when it's started so that the actual values for the parameter table are usually provided in the main program that calls the graphics and tv drivers. The graphics driver is separate from the tv driver and works somewhat independently. The tv driver is given a bitmap to display on the screen (the vga driver works the same way there). The graphics driver is given the same bitmap to fill with graphics information. There's really no communication between the two (other than a flag that the tv and vga drivers set to indicate that vertical retrace is occurring and the bitmap can be changed without the process of change showing on the screen.