i have a 6x6x6 rgb display on a embedded device. Do i have write my own framebufferdriver in linux for such 18bit displays?

TIA!

link|improve this question
Is it a VGA-based display? – Gabe Jan 24 '11 at 15:07
It is a wvga display with 800x480 – silvio Jan 24 '11 at 15:12
1  
This would seem to depend on how much your hardware differs from hardware that is supported by an existing driver... Probably even if you have to 'write your own' you wouldn't need to start from scratch but by extending or modifying a copy of an existing one. Browsing the source or documentation for existing drivers would be a good starting point. – Chris Stratton Jan 26 '11 at 17:07
I have extended my driver now it works! ... – silvio Jan 27 '11 at 5:56
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.