[摘要] 论文首先介绍了智能家居以及与图形界面的关系,接着对博创嵌入式开发平台UP-NET ARM3000、实时多任务操作系统VxWorks作了简单的概述,介绍了嵌入式系统开发的交叉开发模式、嵌入式开发系统Tornado2.2,论述了如何用VxWorks的WindML实现图形显示,并给出了关键代码。
本课题研究了基于VxWorks系统的显示解决方案----WindML,从WindML的体系结构入手,根据WindML的系统原理,解决了基于VxWorks系统的汉字显示方案,实现了图形显示。论文最后模拟实现了智能家居简单的图形用户界面。
[关键词] 智能家居;图形用户界面;VxWorks;Tornado;WindML
[Abstract] At first, this paper describes smart home,Graphical user interface and the relation between them.In succession,there is a simple overview about the Bo Chuang an embedded development platforms UP-NET ARM3000 and technique of development on embedded system VxWorks. It introduces crossing development mode on embedded system, embedded developing system Tornado2.2. It discusses how to realize the display graphics by WindML of VxWorks and gives the key codes.
This subject researches the display solving scheme --WindML based on VxWorks system, proceeds with the architecture of WindML, through the research and study of the systematic principle of WindML system.This subject has implemented the display solving Chinese characters show based on VxWorks system systematically and integrately, realized graphical interface. Finally, papers achieve a simple graphical user interface of smart home simulately.
[Key Words] Smart home;Graphical user interface;VxWorks;Tornado;WindML
目录
1 绪论 1
1.1 智能家居及其发展趋势 1
1.2 嵌入式系统与智能家居 1
1.3 图形用户界面与智能家居 2
2 硬件体系结构 4
2.1 开发板硬件资源 4
2.2 CPU-S3C44B0X 4
3 软件平台 6
3.1 VxWorks操作系统介绍 6
3.1.1 实时操作系统和分时操作系统的区别 6
3.1.2 VxWorks的特点 6
3.1.3 对一个实时内核的要求 7
3.1.4 VxWorks结构-Wind、组件 7
3.2 主机工具-Tornado 8
3.2.1 Tornado 概述 8
3.2.2 主机仿真与下载 10
4 图形硬件与图形库 14
4.1 S3C44B0X的LCD显示屏 14
4.2 触摸屏 15
4.3 图形库 WindML 15
5 图形驱动的实现 17
5.1 WindML仿真 17
5.1.1 WindML库配置编译 17
5.1.2 非标设备配置 18
5.1.3 非标设备配置320*240彩色LCD 18
5.2 汉字处理 19
5.2.1 BMF文件的结构 19
5.2.2 BMF文件的使用 20
5.2.3 中文英文混合显示 21
5.3 WindML for Arm 23
5.3.1 图形驱动 23
5.3.2 触摸屏驱动 27
5.4 图形库的使用 31
6 智能家居界面的设计与实现 34
总结 40
致谢 41
参考文献 42
附录 43