Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHi,
--- Quote Start --- I want to run uClinux on my NEEK. The driver for the mentioned VGA Controller are included in uClinux-dist. How about VGA driver on uClinux when I would use components like those in the LCD example? --- Quote End --- If your hardware for VGA has similar structures, i.e. using a DMA, you can apply the LCD driver with slight modification. --- Quote Start --- So I generated the nios system which contains the vga controller. Now I would like to encode the RGB data. But the TDM component (or the vga encoder from Terasic I found later) encodes 30-bit data to 10-bit. The vga controller however has 24-bit output rgb data. How to solve this problem? --- Quote End --- One method is to connect them from their MSB and put GND to the remaining 2bits. But I strongly recommend you to study original NEEK LCD structure and its IP again. Kazu