搜索资源列表
actions
- LINUX系统小图标,编写QT操作界面时,可用这些小图标美化完善菜单项,png格式小图.-LINUX system small icon, the preparation of QT interface when the small icons can beautify the perfect menu items, png format thumbnail.
4_much_window
- 在linux系统下,应用surses库实现多窗口操作切换。包含自己写的Makefile!调试成功!-In Linux system, using surses database to realize multi windows operation switch.Contains the Makefile write their own debugging success!
3_keypat
- 在linux系统下,基于surses库实现通过键盘向界面输入数据,具有切换输入模式的功能!(包含Makefile)-In Linux system, based on surses database through the keyboard to input the data interface, a switching input mode function!(including Makefile)
read-image
- 教你如何在linux系统里使用uv显示读取一个图像-Teach you how to use linux system uv read an image
JPG2RGB565
- JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB