Forum Discussion
Altera_Forum
Honored Contributor
15 years agoVIP core - Frame Reader (On Screen Display)
Hi all - how would I display a 'picture' , for example a bitmap, on the on-screen display. I'm working through a design example on the NEEK - the author has gone to some trouble to write some ro...
Altera_Forum
Honored Contributor
15 years agoThe basic idea is like this
1. put the bitmap data on off-chip-mem(if it very small, then you could use onchipmem) 2. read the picture data by using frame reader 3. send the data to mixer as a layer (cause you might want to change picture) 4. send the data to clocked video output