在STM32上实现画图软件
无需注册登录,支付后按照提示操作即可获取该资料.
在STM32上实现画图软件(任务书,开题报告,论文9000字)
摘 要
STM32的核心Cortex-M3处理器是一个标准化的微控制器结构,Cortex-M3处理器拥有32位CPU,并行总线结构,嵌套中断向量控制单元,调试系统以及标准的存储映射。本设计基于STM32微控制器的画板设计。涉及软件方面的部分有LCD液晶屏显示驱动,触摸屏的驱动,画笔颜色的调用和线,矩形,圆的算法。整个设计过程包括程序流程图设计,软件基本显示模块的编写,触摸屏模块的编写,软件随机画笔模块的编写以及系统综合测试。
关键词:画图软件 STM32 液晶屏 触摸屏 画笔
Realize the Software of Drawing on STM32
Abstract
Core of STM32, cortex-M3 processor is a standard micro controller structure; the Cortex-M3 processor has 32 bit CPU, parallel bus structure, nested interrupt vector control unit, debugging system as well as the standard memory mapping. The design of drawing board is based on STM32 micro controller. The part of software includes LCD display driver, touch screen driver, brush color and line calls, rectangular, round algorithm. Throughout the design process, including design program flowchart, software basic display module written and touch screen module preparation, stochastic paintbrush software module written and integrated test system.
Key Words: Drawing Software; STM32; LCD Screen; Touch Screen; Paintbrush
目 录
摘要………………………………………………………………………………I
ABSTRACT………………………………………………………………………II
第一章 绪论 1
1.1研究的背景及意义 1
1.2 STM32背景介绍 1
1.3 STM32开发板优越性 1
1.4 研究的内容及要求 2
第二章 设计综述 3
2.1综述 3
2.2设计框图 3
2.3 基本功能 4
2.4 设计内容及要求 4
第三章 硬件介绍 5
3.1 触摸屏部分简介 5
3.1.1 触摸屏简介 5
3.1.2 触摸屏与STM32连接的端口图.............................6
3.2 TFTLCD显示部分 7
3.3 电源供电以及AD转换原理图 11
3.4 STM32开发板系统原理图及各部分管脚 12
第四章 软件设计 13
4.1软件流程图 13
4.2 配置部分 14
4.2.1引脚配置 14
4.2.2中断配置 14
4.3 函数部分 15
4.4 LCD基本显示模块 19
4.4.1 调用函数功能介绍 19
4.4.2 显示界面 22
4.4.3 触摸屏设计 23
4.4.4 画笔颜色改变 25
4.4.5 矩形,线,圆的显示 26
第五章 系统综合调试 27
5.1将上述各个模块功能综合调试,触屏校正以及显示 27
5.2画笔颜色调用以及图形显示 28
5.3屏幕清除后显示 28
第六章 总结 29
参考文献 30
致谢 32