Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- Hi, The common way is to draw on memory then display with a VGA from mem IP. Yet, you can draw directly with X,Y counters of the VGA output and conditioning the output: if(X == 5)RGBOut = color1; if(Y == 10)RGBOut = color2; and it gets more complicated for diagonals that would need raterisation. --- Quote End --- thanks you so much ! but , i have edited my answer ..... please