Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNios-trdb_ltm
Hi There, i wrote a programm in VHDL to use the TRDB_LTM-Touch Display. In this programm i use a RAM where i deposit the pixel-information for every alphabetic character. in next step i use a...
Altera_Forum
Honored Contributor
15 years agoYou should create a component in VHDL with an Avalon Memory Mapped Slave interface, and connect this interface to your RAM containing the letter information. An easy way to do it would be to use a double port RAM, one port for the Avalon interface and another one for your display code. The Nios software will then be able to modify the letter information through the Avalon interface.