sea_star 发表于 2013-7-2 12:55:28

lpc1788 Rtt emwin 支持 VNC

本帖最后由 sea_star 于 2013-7-2 15:22 编辑

这几天试了一下国产开源的RT-thread系统,移植了emwin效果不错,现在正是RT-Thread参加2013年中国开源项目评选活动之时,发帖表示支持。
超级终端
RPS:/>help
--Function List
exit             -- Return to shell mode.
help             -- Command help.
ps               -- List threads in the system.
sem            -- List sem in the system.
event            -- List event in the system.
mt               -- List mutex in the system.
mb               -- List mailbox in the system.
mq               -- List msgqueue in the system.
memp             -- List mempool in the system.
timer            -- List timer in the system.
device         -- List device in the system.
free             -- Show the memory usage in the system.
dir            -- List information about the FILEs.
cp               -- Copy SOURCE to DEST.
mv               -- Rename SOURCE to DEST.
cat            -- Concatenate FILE(s).
rd               -- Remove (unlink) the FILE(s).
cd               -- Change the shell working directory.
path             -- Print the name of the current working directory.
md               -- Create the DIRECTORY.
rename         -- Rename file name.
tcp            -- List all of tcp connections.
netif            -- List network interface information.
cls            -- Cls screen.
time             -- Display & Set Time Usage: time 11:01:01.
date             -- Display & Set Date Usage: date 2000-01-01.
tftpget          -- Get file from tftp server Usage: tftpget 192.168.1.2 / a.bin

RPS:/>
RPS:/>dir
Directory /:
bmp               <DIR>
jpg                   <DIR>
gif                  <DIR>
png                  <DIR>
icon               <DIR>
mp3               <DIR>
hzk                  <DIR>
RPS:/>
RPS:/>cd hzk
RPS:/hzk>dir
Directory /hzk:
ASC16               4096
HZK16               267616
RPS:/hzk>
RPS:/hzk>ps
threadpristatus      sp   stack size max used   left tickerror
-------- ---- ------- ---------- ---------- ---------- ---------- ---
VncSrv   0x0d suspend 0x000000f0 0x00000800 0x00000118 0x0000000a 000
Clock    0x0c suspend 0x0000005c 0x00000800 0x00000554 0x00000013 000
GUI      0x16 suspend 0x0000008c 0x00000800 0x00000434 0x00000007 000
Touch    0x05 suspend 0x0000005c 0x00000200 0x000000bc 0x00000014 000
WebSrv   0x19 suspend 0x000000ac 0x00000400 0x000000fc 0x00000005 000
TcpIp    0x0c suspend 0x000000ac 0x00000400 0x000000ec 0x00000005 000
Etx      0x0f suspend 0x0000007c 0x00000200 0x0000007c 0x00000010 000
Erx      0x0f suspend 0x0000007c 0x00000200 0x0000009c 0x00000010 000
Idle   0x1f ready   0x00000058 0x00000100 0x00000058 0x00000011 000
Cmd      0x0a ready   0x000000e0 0x00000800 0x00000308 0x00000007 000
RPS:/hzk>cd /
RPS:/>free
total memory: 1048552
used memory : 144988
maximum allocated memory: 147352
RPS:/>

ztZJL2010 发表于 2013-7-3 08:44:49

牛人 顶一下 !老兄开不开源的?最近在研究emwin,我是用的UCOSII+emwin5.18的 也是LPC1788片子 ,开源的话发我一份研究下呢 邮箱:zhoujl_2011@163.com

coolhorse 发表于 2013-7-3 09:06:24

我也试了下,速度超级慢,兄台感觉速度怎么样?

sea_star 发表于 2013-7-3 09:23:32

显示基本同步,CPU 占用率会增加大概 35%

ljt80158015 发表于 2013-7-10 20:27:34

vnc是emwin自带的么?

ljt80158015 发表于 2013-7-10 20:28:32

vnc是emwin自带的么?

3050311118 发表于 2014-1-13 18:55:33

牛逼啊这个是基于网络的么?

dingxmhan 发表于 2014-3-29 12:28:16

开源么?394602370@qq.com

hejiang177 发表于 2014-4-9 15:57:09

哥,你坚定了我RTT+EMWIN+1788的决心
页: [1]
查看完整版本: lpc1788 Rtt emwin 支持 VNC