Altera_Forum
Honored Contributor
19 years agode2 gray image vga output
I've displayed a gray tiger in a lcd when I performed the lab of DE2 control panel, the lab includes a software ImgConv.exe that can convert a bitmap image into gray.dat and rgb.dat etc.
Now I have 256*256 gray data like image[256][256]={133,135,134...;156,156,...}in sdram,but how can I let these data output to a lcd using vga controller ip core? I'm afraid I need to convert these gray data to rgb data by using a color map, which is adapt to the ADV7123 inputs?