通过ARM微控制器在VGA和/或电视上显示图像(C语言)(SD卡)
几个月前,我研究过 8051 微控制器,并发现它非常有趣。有一些项目,在编程时很享受。我选择了一个具有上述标题的项目作为我今年在大学的期末项目。我不太确定我是否能做到,所以我需要你的帮助。我应该从哪里开始,我对ARM微控制器有所了解。连接 SD 卡不会成为问题,事实上我也会添加静态 RAM,但处理图片和每像素高达 16 位,对我来说看起来很大。建议我,我应该从哪里开始,我猜,在我的项目中最困难的部分是处理图像以在 VGA 上显示。建议我,任何你能做的。 我的个人电子邮件地址是[电子邮件受保护]。每一个建议都受到欢迎。
I worked on 8051 micro controllers, a few months before, and found it quite interesting. Had a few projects, enjoyed while programming. I picked a project with the above title as my final project this year in my college. I am not much sure if i would be able to do it, so i need your help. Where should I start from, I know a little about ARM Micro-controllers. Interfacing SD Card wouldn't be a problem, in fact i would add a static ram too, but working with pictures and up to 16 bits per pixel, looks like huge to me. Suggest me, where should i start from, the most difficult part, as I guess, on my project is processing the image to show on VGA. Suggest me, anything you can.
My personal email address is [email protected]. Every suggestion is welcomed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看RBox。它是电视信号,不是VGA,但实现起来非常简单。 VGA 比较棘手,但也有可能。另请查看此讨论,其中包含更多评论和链接(关于 mbed,但要点通常适用)大多数 ARM 芯片)。
Have a look at RBox. It's TV signal, not VGA, but is very simple to implement. VGA is trickier but possible too. Check also this discussion with more comments and links (about mbed, but the points generally apply to most ARM chips).