Hi,
I'm using a STM32H757 MCU with a graphical display on my new board. I would like to insert on it a VNC server using TouchGFX tool; is it possible?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-03 2:58 AM
I saw that with STemWIN library it was possible but is no longer supported on stm32h7 mcu and also in the ST page is reported to use toucgGFX (and stmCube) tools insted STemWIN.
Hou can I add a VNC server module on TouchGFX?
Solved! Go to Solution.
- Labels:
-
STM32H7 Series
-
TouchGFX
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-18 3:09 AM
Hi,
I asked to STm and no VNC server will be added on touchGFX; for VNC application the user has to insert TCP/IP stack and, after that, create his own VNC application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-03 6:16 AM
VNC server have nothing with any library. Is network service based on sending copy of framebuffer.
When you implement it you can have
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-03 6:29 AM
With STemWin there was the possibility to activate the VNC Server (there are a lot of example on youtube - internet and also on package for STM32L4) without implementing the VNC protocol by yourself. Now, on touchGFX, or better, STM32CubeMX it seems that there is no "middleware" to enable this feature if I'm using CubeGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-02-18 3:09 AM
Hi,
I asked to STm and no VNC server will be added on touchGFX; for VNC application the user has to insert TCP/IP stack and, after that, create his own VNC application.
