Page 1 of 1

emwin vnc

Posted: 27 Nov 2020, 20:33
by sridhar
Hi
I am using n9h30f61iec processor for my project
I don't know how to use your emwin vnc example code
so please send demo video with needed code attachments
Thanks
R Sridhar

Re: emwin vnc

Posted: 05 Jan 2021, 19:12
by 9chuckyoung
Please make sure you have Linux environment first.
Linux environment in N9H30 path: https://github.com/OpenNuvoton/ARM7-ARM9-Family
Download 4. N9H30 --> VMWare Linux develop environment

If you can run emWin under Linux, please add the attached file "GUI_VNC_X_StartServerLinux.c" into Application folder, e. g., SimpleDemo\Application

Then in main.c add

extern int GUI_VNC_X_StartServer(int LayerIndex, int ServerIndex);
GUI_VNC_X_StartServer(0, 0);

After GUI_Init();

make clean
make

./SimpleDemo

Re: emwin vnc

Posted: 12 Feb 2021, 20:11
by sridhar
Thanks for your answer
I will check & update

Re: emwin vnc

Posted: 17 Feb 2021, 10:46
by 9chuckyoung
If you're using FreeRTOS & lwIP, you have to familiar with the knowledge of operation & configuration of FreeRTOS & lwIP.
Nuvoton ONLY ported hardware layer in FreeRTOS and lwIP (N9H30 ONLY because of it has built-in Ethernet interface), you can find in:

N9H30 FreeRTOS: https://github.com/OpenNuvoton/N9H30_em ... e/FreeRTOS
N9H30 lwIP: https://github.com/OpenNuvoton/N9H30_em ... LwIP_httpd

N9H20: https://github.com/OpenNuvoton/N9H20_em ... e/FreeRTOS

N9H26: https://github.com/OpenNuvoton/N9H26_em ... e/FreeRTOS

Please note that SEGGER's emWin VNC official source GUI_VNC_X_StartServerLinux.c is for Linux.