Where can i find information on writing a vga driver?
The target platform is pic24 and i’m using c.
I sorted out the timing, but the implementation on how to display the data is a questionmark for me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Back in the early 90’s the definitive reference was Richard Ferraro’s Programmer’s Guide to the EGA, VGA, and Super VGA Cards. The book has very detailed information regarding the card registers, with it you could program even non-standard display modes such as ModeX (320-240×256-4pages) and its derivatives. (there’s no reference to such modes, at least in the edition I own, but you can play with the registers and come up with interesting, custom display modes). Hope this helps.