Altera_Forum
Honored Contributor
18 years agoHow to display a picture from de2 8mb ram to terasic LCD daughter card
Hello,
I'm a student and I'm trying since almost 3 weeks to display a picture stored in the 8mb ram module of the DE2 altera board, to the terasic's LCD daughter card. First I tried to understand the verilog source code provided with the LCD module, but I actually learn the VHDL language. Verilog is not impossible to understand and I managed to initialize the lcd with a part of the verilog code. But it wasn't sufficient. I tryed to synthetize my own code to initialyze the lcd module, by reading the lcd datasheet, I found informations, but it seems to be too hard for me to communicate correctly with the lcd module. I understood I had to initialize first the lcd register but I don't know how (in fact I know, by a 3 wires communication, that I don't understand, with PLL's,.....but I don't have the skills to do that). Finally I found on altera's site the VGA core module for SOPC builder and thought I was on the right way. But despite the TRDB_LCM option available in the vga core settings, I can't display anything on the lcd. By reading the vga core's datasheet, I can see some instructions usable in NIOS 2. But it doesn't seem to work. Is there someone to help me please ? Thank you