Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- The error message tells you that the signals lcd_d_cn and lcd_wen are assigned twice, which isn't possible. You need to disconnect one of the components that is connected to each pin, either the character lcd component or the PIOs. --- Quote End --- i want to use both Character and Graphics LCD at the same time. What should i do? thanks.