- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Does anyone know if there is any VGA screen initializations that need to be done in a project where you want to output a picture to a VGA screen from a Nios II program through an Altera development board?
I have a VGA component in SOPC builder that I downloaded off the Altera website. I have an Altera DE1 development board I am trying to use to put images on a VGA screen.링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
You can find the HAL drivers included with the core.
There are the initialization and simple demo.- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I'm also trying to use the VGA ouput of a DE2 board. Unfortunately i can't undestand how to set corectly the color of one pixel.
I tried to look at altera driver, but i'm there is not any documentation, and when i have a look in the vhdl file, there is not a lot of explanation.- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
--- Quote Start --- originally posted by brice_sw@Feb 19 2007, 02:05 PM i'm also trying to use the vga ouput of a de2 board. unfortunately i can't undestand how to set corectly the color of one pixel.
i tried to look at altera driver, but i'm there is not any documentation, and when i have a look in the vhdl file, there is not a lot of explanation.
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=21714)
--- quote end ---
--- Quote End --- It's very simple http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif Calculate an address of pixel in memory and change the value by macros IOWR
