Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi, to display a massage you need a character generator and logic to perform display or overlay.
University program appear to doing that, you can find in quartus IPCore library. As I wrote, I checked this to save time, at last I completely rewrote my IPCore from scratch. University program are great if you have time to study it and learn how it work and how to solve some task and you have no idea how to code them. IN my point of view I was developing an existing obsolete IPCore about two video controller to be view on an LCD, so first I wrote LCD controller to generate timing then some test core then display from memory. After that all logic simulating graphics and character display. Enjoy what you can find for free, many example are there.