180 degree VGA image flip??
laser-vector
Posts: 118
hello,
is there an easy way to flip the entire vga output 180 degrees? im using the supplied vga drivers from the parallax library and my screen orientation only allows for the monitor to fit upside down..
Grant
is there an easy way to flip the entire vga output 180 degrees? im using the supplied vga drivers from the parallax library and my screen orientation only allows for the monitor to fit upside down..
Grant
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Apps:· http://www.rayslogic.com/propeller/Programming/Programming.htm
My Prop Info: ·http://www.rayslogic.com/propeller/propeller.htm
My Prop Products:· http://www.rayslogic.com/Propeller/Products/Products.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My Prop Apps:· http://www.rayslogic.com/propeller/Programming/Programming.htm
My Prop Info: ·http://www.rayslogic.com/propeller/propeller.htm
My Prop Products:· http://www.rayslogic.com/Propeller/Products/Products.htm
So if laser-vector has to mount his TV "upside down" then the bottom right corner becomes the top left:
[noparse][[/noparse]code]
99 -> 90
V
09 -> 00
[noparse][[/noparse]code]
which looks like a simple reversal of memory ordering. Unfortunately, for tiled displays each of the tiles would also need to be rotated which is considerably harder (accessed in reverse order & pixel reversed).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Composite NTSC sprite driver: Forum
NTSC & PAL driver templates: ObEx Forum
OnePinTVText driver: ObEx Forum
[noparse]:)[/noparse]
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Propeller Wiki: Share the coolness!
8x8 color 80 Column NTSC Text Object
Wondering how to set tile colors in the graphics_demo.spin?
Safety Tip: Life is as good as YOU think it is!