2022-01-03 02: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.
2022-02-18 03: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.
2022-01-03 06: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
2022-01-03 06: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
2022-02-18 03: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.