Jump to content

Monitor use with Ugfx via stm32f746


Recommended Posts

  • 2 weeks later...
Posted

It is hard to understand your question however I think your are asking how to display a log of data.

Assuming my understanding of your question is correct and you are talking about text data then the best way is by using the console gwin widget.

Posted

I agree with @inmarket that it's pretty hard to understand what you want to achieve. The way I understand it you want to connect a computer monitor via a VGA interface to your STM32F746 microcontroller, is that correct?
In that case you'll have to write your own display driver which is explained here: https://wiki.ugfx.io/index.php/Display_Driver_Model
It would be theoretically possible to use the exiting framebuffer driver and just write a matching board file but because of how the VGA interface works you'll most likely end up having issues with the flushing.

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...