Altera_Forum
Honored Contributor
7 years agoDE10-Lite Video problem drawing a pixel
Hi, I'm making a project for my university and I'm working on a Videogame with a DE10-Lite.
I'm trying to get the video processing working and everything is fine except one problem: If I try to draw the 0,0 pixel with a color containing a blue signal (Blue component different from 0) the video goes crazy and everything starts flickering If I draw a red or yellow color on 0,0 everything is fine. As long as the Blue bits of the pixel 0,0 are set to 0 it works. Here you can see: No blue on 0,0 pixel and the video is fine: https://ibb.co/dwmdty I put 0x0001 on the 0,0 pixel and madness happens: https://ibb.co/gwpmgj I'm using a 16 bit Pixel buffer with DMA reading SDRAM linked with other video IPS. The output signal goes to a VGA monitor. Here is the embedded system built with Qsys: https://alteraforum.com/forum/attachment.php?attachmentid=15340&stc=1 If I draw blue on the 0,0 pixel, even the video signal coming from the char buffer is heavily disturbed. I can't manage to understand what could be causing the problem. Any help is appreciated, thanks.