emwin vnc

Post Reply
sridhar
Posts: 35
Joined: 26 Aug 2019, 20:29
Location: India

27 Nov 2020, 20:33

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

9chuckyoung
Posts: 93
Joined: 28 Jan 2019, 13:49

05 Jan 2021, 19:12

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
Attachments
GUI_VNC_X_StartServerLinux.zip
VNC
(2.65 KiB) Downloaded 2191 times

sridhar
Posts: 35
Joined: 26 Aug 2019, 20:29
Location: India

12 Feb 2021, 20:11

Thanks for your answer
I will check & update

9chuckyoung
Posts: 93
Joined: 28 Jan 2019, 13:49

17 Feb 2021, 10:46

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.

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 4 guests