Jump to content
  • 0

Basys3 max VGA Resolution


digility

Question

What is the highest resolution we can achieve by connecting Basys 3's VGA port to a VGA monitor? For example, can we get 720p output?

 

Can we display a black and white image on the screen? i mean my image isn't containing RGB information. But including gray values between 0 and 255. its 8 bit image.

Edited by digility
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi @digility

1. I'm not sure what the highest tested resolution for the Basys 3 VGA port is, but the GPIO demo runs at 1280x1024 @ 60 Hz, which requires a faster pixel clock than 720p (108 MHz versus 74.25 MHz). https://digilent.com/reference/programmable-logic/basys-3/demos/gpio.

2. The Basys 3 would only support 4-bit greyscale images, due to each color component only having four bits - greyscale is achieved by setting R, G, and B outputs to the same value as each other for each pixel. You could always truncate off the bottom four bits of the image, obviously losing some information.

Thanks,
Arthur

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...