CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - microcontroller
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - microcontroller - List
[
Picture Viewer
]
tvtest
DL : 0
1前言电视信号发生器是电视行业内必要的测试、维修工具。采用MCS—51单片机设计制作的电视信号发生器能产生八种最常用的R、G、B、SYNG测试信号。它与由摩托罗拉公司的芯片MC1377和MC1374组成的视频编码器和射频调制器接口,可产生相应的视频和射-1 Preface TV signal generator is necessary tests within the television industry, maintenance tools. MCS-51 microcontroller design TV signal generator can produce eight most commonly R, G, B, SYNG test signal. MC1377 and MC1374 by Motorola chip composed of a video encoder and a RF modulator interface can produce the corresponding video and radio
Date
: 2025-12-23
Size
: 34kb
User
:
liullllll
[
Picture Viewer
]
danpianjiyingjiaotu
DL : 0
单片机引脚图,很详细,下载观看-Microcontroller pin diagram, very detailed, and download and watch
Date
: 2025-12-23
Size
: 30kb
User
:
丁勇
[
Picture Viewer
]
JPG2RGB565
DL : 0
JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB565 <infile.jpg> > <outfile.h> 打开outfile.h,拷贝其中的数据即可 3.这个工具很简单,只有一个Main.go文件,可执行文件也很简单绿色环保。 代码很简单,采用Google公司的Go语言开发,同时也便于大家在Windows系统下使用编译好了可执行文件。如果需要在Linux和Mac下,只需要重新编译Main.go文件即可。 -JPG2RGB565- A tool for JPG picture file to convert RGB565 format. Description: (1) Most of microcontroller sometimes need to display pictures with RGB565 format data.And we often get the picture on PC of RGB888 format.This tools can help you to covert JPG file with RGB888(in most PCs) to RGB565 format to .h file. PC RGB888 format use three byte represent one pixel,ie RGB. And the microcontroller uses two bytes to represent a pixel, the high five bits of the first byte is Red color, the low 3 bits of the first byte and the high 3 bits of the second byte stands yellow color toghter. And the rest 5 bits of the second byte stands blue color. (2) This program supports JPG format to convert to RGB565 format.Use it under the command line:JPG2RGB565 <infile.jpg> > <outfile.h>. Then open outfile.h and add it to your C project or copy the data to your c head file directly. (3) This tool is really simple, only one Main.go file written by Google Go language. I also provide the
Date
: 2025-12-23
Size
: 348kb
User
:
Eric
[
Picture Viewer
]
display-picture
DL : 0
点阵显示图像,基于C51单片机开发的在点阵上显示图像,基于C语言的编程。-Dot matrix display images, based on the C51 microcontroller development in the dot matrix display images
Date
: 2025-12-23
Size
: 1kb
User
:
李
[
Picture Viewer
]
display
DL : 0
基于C51单片机开发板的礼花倒计时数码管点阵显示,采用C语言编程。-Digital countdown fireworks lattice C51 microcontroller based development board display, using the C programming language
Date
: 2025-12-23
Size
: 1kb
User
:
李
[
Picture Viewer
]
sdff
DL : 0
攻放单片机 有电路图 有程序 学习好帮手-Attack release microcontroller circuit diagram have to learn a good helper program
Date
: 2025-12-23
Size
: 153kb
User
:
范振华
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.