Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread English
More RTGUI screenshot
发布于 2010-02-03 15:12:56 浏览:15858
订阅该版
It's a RT-Thread/GUI screenshot running under win32 simulator. This win32 simulator will release when RT-Thread next candidate version. This version may be not good in outlook because less picture or icons are used. The biggest issue is, I don't know how to draw a well look radio button. Hope somebody can give me an idea. Now, it's the screenshot, this example can be got from RT-Thread google svn. ![dc.jpg](https://oss-club.rt-thread.org/uploads/53_d8af52586a824dc45470e0b58bf61959.jpg) ![window.JPG](https://oss-club.rt-thread.org/uploads/53_dd3be1aaa5e622649ec334a565274e91.jpg) ![gui_architecture.png](https://oss-club.rt-thread.org/uploads/53_d9244c37092f3ef1260ec96c7afd8a63.png)
查看更多
8
个回答
默认排序
按发布时间排序
bernard
2010-02-03
这家伙很懒,什么也没写!
DC example: The full name of DC is device context. It's not a general device, is special to graphics device. [attach]0[/attach] from the screenshot, RT-Thread/GUI can support most graphics primitives such as variable border drawing, line or polygon drawing. It's really simple in RT-Thread/GUI to get a DC: struct rtgui_dc* dc; dc = rtgui_dc_begin_drawing(widget); If you get a DC successfully, you can draw something on this DC: rtgui_dc_draw_circle(dc, 10, 10, 10); After drawing done, please release dc by function: rtgui_dc_end_drawing(dc);
bernard
2010-02-03
这家伙很懒,什么也没写!
Window example: RT-Thread/GUI is focus on embedded system, however, it also supports window. The difference of RT-Thread/GUI Window with Descktop is, the window is more lite, more light weight. The most case shall be message box, notification box etc. Please see the screenshot. [attach]0[/attach] From the screenshot, we can find RT-Thread/GUI support normal window, modal window and no title window. An automatically closed window example is also provided.
danju
2010-02-03
这家伙很懒,什么也没写!
Congatuations! It is nice looking, and I think it looks better than the GUI of Windows3.1, and it should be OK for many applications.
bernard
2010-02-24
这家伙很懒,什么也没写!
Yes. Most features of GUI are implemented. Now, the import is document and stable.
bernard
2010-02-24
这家伙很懒,什么也没写!
This figure is the architecture of RT-Thread/GUI. More will be written on document (in Chinese) [s:157]
nongxiaoming
2013-04-25
rt-thread大师兄
[s:183] Nobody to write the user manual in english.
小ARM菜菜
2015-04-16
这家伙很懒,什么也没写!
welcome to china
撰写答案
登录
注册新账号
关注者
0
被浏览
15.9k
关于作者
bernard
这家伙很懒,什么也没写!
提问
414
回答
5940
被采纳
76
关注TA
发私信
相关问题
1
Welcome to RT-Thread RTOS English discussion
2
good!
3
The speed of external SRAM of STM32
4
RT-Thread on ST Forum
5
Splay Tree
6
STM32 pimer2
7
mini2440 support
8
Howto Run RT-Thread 0.4.0 on QEMU/mini2440
9
RT-Gui : how can use it?
10
RT-Gui : a simple example
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
2
RT-Thread 发布 EtherKit开源以太网硬件!
3
rt-thread使用cherryusb实现虚拟串口
4
《C++20 图形界面程序:速度与渲染效率的双重优化秘籍》
5
《原子操作:程序世界里的“最小魔法单位”解析》
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
at_device
ulog
C++_cpp
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
13
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
5
个答案
2
次被采纳
用户名由3_15位
11
个答案
1
次被采纳
本月文章贡献
程序员阿伟
7
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
3
次点赞
ThinkCode
1
篇文章
1
次点赞
Betrayer
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部