Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20791 Discussions

LCD on Terasic DE1 Kit

Altera_Forum
Honored Contributor II
1,056 Views

We once had a discussion if you can add an LCD module to the DE1 kit to function like the one on the DE2 kit, I started up with this again and suceeded. Thanks for the good advice ive gotten from the people here.

0 Kudos
5 Replies
Altera_Forum
Honored Contributor II
369 Views

What programming language U used for it?  

 

I'm currently doing a project to display text on LCD module using terasic DE1 board but I couldn't figure a way out. Hope to hear from u soon. Thanks!
0 Kudos
Altera_Forum
Honored Contributor II
369 Views

I used Verilog HDL, I just started with the default program and added stuff

0 Kudos
Altera_Forum
Honored Contributor II
369 Views

I'm currently doing the project to display text on LCD using DE1 board too. 

I saw some code examples for DE2 

they have  

 

input clock; 

always @(posedge clk) 

 

I was wondering what the clock's for? 

and for pins assignment, where should I connect it to? 

do I need the clock for DE1?
0 Kudos
Altera_Forum
Honored Contributor II
369 Views

btw 

what do u mean by default program? 

where do you get it? 

if you dont mind, can I have a look at the codes you've written? 

 

thanks.
0 Kudos
Altera_Forum
Honored Contributor II
369 Views

Hi Eviltwinzzz, 

 

Could you share with me how have you done it? I am interested to learn..  

 

Thanks, 

carid
0 Kudos
Reply