Help me VGA 512x384 driver
JLS
Posts: 76
Hi all
Is possible make simple implementation propeller VGA 512x384 driver ?
Please help me.
Many thanks Kamil
P.S. or is possible better resolution like 640x480 ?
Is possible make simple implementation propeller VGA 512x384 driver ?
Please help me.
Many thanks Kamil
P.S. or is possible better resolution like 640x480 ?
Comments
The cheap way would be to add the vga512x384_bitmap.spin file to a C project and write a C driver that sets it up (there are some things in the vga512x384_bitmap.spin file that need to be modified so that parameters can be set at run time. The Spin start function directly changes things in the driver and the spin methods do not get run by the GCC program.
Rendering 640x480 would take 2 COGs as far as I know. There may be some other driver that may work - I haven't kept up.
Even easier would be to use vga512x384_bitmap.spin with Spin.
-Phil
Ya. It's a crippled tile driver either way though.
Do exist working example ?
Very thanks Kamil
Not yet. Started something yesterday but ran into the the issue of SPIN function directly changing PASM code.
But as mentioned it is a tile driver rather than a raster driver so that is a consideration. If you know the difference, no problem.
I'll look at finishing an example today.
Thank you very much it would be good.
Kamil
Very thanks help example.
Kamil
Please forgive. I've been tied up.