OBEX VGA 1280 x 1024 object and changing sync polarity
AG5AT
Posts: 5
A group of us have some spin code that uses VGA 1280x1024 Tile Driver w/Cursor that Chip wrote. I have discovered that the monitor that I would like to use with it uses positive polarity for both Horizontal and Vertical sync. I am using a Samsung 913T. It seems to fall back to 1024 x 768 which only shows me about 2/3s of the screen vertically. Width wise it is ok.
This is mostly a question to Chip since he wrote the code. Is it possible to change the the code to use positive sync?
August
This is mostly a question to Chip since he wrote the code. Is it possible to change the the code to use positive sync?
August
Comments
So, if you want to try it, you will need to reverse one/both of these bits.
But, to see if it that is the problem, add an inverter 74LVC04 to the output circuit might be the easiest solution. (74HC or 74LS would also work).
My VGA monitor is picky about that and I had to modify nearly all older drivers to get them working (Kuronekos drivers work normally out of the object) .
I have no version of the 1280x1024 driver because my monitor only goes up to 1024x768. If you want to try it search in the Web for the standard pixel and Vsync frequency and modify the constants at begin of the drivers until you find some values that work. But it may be that you don't reach the standard pixel frequency with the Propeller it will be very high for 1280x1024.
If you just try to get a 80 column display then there are other VGA drivers which use simpler fonts and not so many cogs.
Andy
Thanks for the info on the 2 bits. I have added 2 attachments to show what the samsung looks like and what I should see from another monitor that has no issue.
Thanks,
Aug
It won't be very easy to insert an inverter on the circuit board.
Aug
So what are you really after? Resolution or this particular driver?