RoboCix Posted February 20, 2017 Report Share Posted February 20, 2017 hi to everybody How to transfer monitor data using UGFX with stm32f746 ? Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted February 20, 2017 Report Share Posted February 20, 2017 Hi, Can you please explain your question a bit? What do you mean by "monitor data"? Link to comment Share on other sites More sharing options...
RoboCix Posted March 3, 2017 Author Report Share Posted March 3, 2017 İ mean, İ want to see some data ( for example. Analog read data ) on monitor , (VGA ) with stm32f746 VIA ugfx :-) Link to comment Share on other sites More sharing options...
inmarket Posted March 3, 2017 Report Share Posted March 3, 2017 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. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted March 4, 2017 Report Share Posted March 4, 2017 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. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now