hello I've found in the user manual of emWin (by segger) that you can run a vnc server instead of the Graphical LCD Is this Feature supported in the keil?
additional info: 1,when i change this line in example i got compile error { #define GUIDEMO_USE_VNC (0)} 2,I think it is no because the emWin is not compatible with the RL-TCPnet
if it is no how can i run a vnc server in keil Graphical library?
You can use VNC together with MDK-ARM's TCP/IP stack. In MDK Version 5 there is a VNC Server component included, that you can simply include in your project using the Run-Time Environment Management dialog. It will also resolve the necessary dependencies.
tank you Matthias But i can not do that on lpc17xx please give me some example it is possible only on lpc18xx target