rkaib
Occasional Contributor
6 years agopixel buffer vga in de2-115
hello, can anybody tell me how to send pixels to vga monitor. my code is: alt_up_video_dma_dev* video; for (i=0;i<rows,i++) { for (j=0;j<cols,j++) { color=(((img_R[i][j] >>8 ) & 0x0000F...