CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等) 搜索资源 - 图片 二进制

搜索资源列表

  1. Image2Lcd.rar

    0下载:
  2. Image2LCD是一个超好用的彩色图片取RGB数据软件,可以输出C语言格式或直接二进制格式,是做图片显示的绝好工具,已经破解,去除了图片中的 image2lcd 文字。,超好用the Image2LCD is a RGB color image data from the software, you can output C language format or binary format, is doing an excellent tool for image display has be
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-23
    • 文件大小:375608
    • 提供者:wilsonhuang
  1. adc804

    0下载:
  2. AD转换+LCD12864显示程序 1 AD转换,二进制转换成十进制 2 显示英文,数字,符号,图片。-AD Converter+ LCD12864 display program 1 AD conversion, the binary converted to decimal 2 shows in English, numbers, symbols, and pictures.
  3. 所属分类:SCM

    • 发布日期:2017-03-26
    • 文件大小:60039
    • 提供者:董兵兵
  1. Digital_Photo_Frame

    0下载:
  2. 基于STC89c52RD+的电子相框,单片机从SD卡中读取二进制格式的图片,然后在彩色LCD上显示出来。-Digital Photo Frame based on STC89c52RD+.The MCU reads from the SD card image in binary format, and then displayed on a color LCD.
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1760650
    • 提供者:anmko
  1. bintocode

    0下载:
  2. 将二进制文件转化成C语言代码的工具,对于制作单片机图片和数组代码的自动生成比较有效,属于常常用到的辅助代码工具。-Binary files into C language code of the tool for producing single chip image and the array code generation more efficient, are often used in the auxiliary code tool.
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1889602
    • 提供者:qorse
  1. CAN03

    0下载:
  2. 使用说明: 首先通过串口将“接收”“发送”程序分别下载到两个CAN开发板里面。下 载成功后,将继电器上面的6PIN排针换一下,上面两针分别竖着端接在一 起。并将485对应的端子A---A,B---B连接在一起。 现象: 按发送机的按键,接收机的LED灯做二进制加法显示。连接方法见图片。-Instructions for use: First, through the serial port will " receive" the " send&quo
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:33052
    • 提供者:name
  1. DotToBitmap

    0下载:
  2. 此程序可以把任何二进制数据以点阵的形式显示在屏幕上,主要用来显示字库点阵、位图图片等。要显示的数据可以从文件中读取,也可以人工输入。-This procedure can be any form of binary data to dot matrix display on the screen, the main character dot matrix to display the bitmap pictures. To display the data can be read from t
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:244190
    • 提供者:pick$
  1. Text2Bin

    0下载:
  2. stm32数组转二进制工具,在Keil下运行 1.输入文件内容必须包含类似于{0xff,0xff}这样的c语言数组格式,才能正常转换。大括号和前导符“x”是必须的。 2.支持8位和16位数据。 3.支持4个字节的长宽信息,方便Image2Lcd程序输出的图片转换成Bin。 4.支持成对“/”符号包含注释信息,若文件内容只有单个“/”,后果自负。 5.支持头四个字节的宽高信息互换存储位置。-stm32 array to binary tools, running in Keil
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:319605
    • 提供者:颖颖
  1. LcmZimo

    0下载:
  2. 晓奇工作室的取模软件,只要输入一幅黑白图片就能自动转化成二进制代码-Xiao Qi modulo studio software,Just enter a black and white picture can be automatically converted into binary code
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:3298118
    • 提供者:陈浩权
  1. LogoToBin565

    0下载:
  2. JPG,BMP,PNG,GIF图片转RGB565二进制工具(之字型排列)单片机刷屏不用愁了,我用了很多年了,特地上传给大伙学习参考。-JPG, BMP, PNG, GIF pictures turn RGB565 binary tools (zigzag arrangement) microcontroller Shuabing do not worry, I spent a lot of years, specially uploaded to everyone learning refere
  3. 所属分类:SCM

    • 发布日期:2017-05-14
    • 文件大小:3219069
    • 提供者:YJJ
  1. base64

    0下载:
  2. AAUTO 语言 base64编码可以将不可见的二进制字符串转换为可见的文本格式,这样我们就可以将图片等二进制文件使用base64编码后直接内置于源代码中间,这样的好处是不用考虑路径的问题,在发布独立的源码文件时非常方便。AAUTO的MD5加密。-aauto language it s very easy to use base64 to put up files.md5 encrypt.
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:nw690801
  1. File

    0下载:
  2. STM32F1程序,用LCD屏显示TFT SD卡上的二进制图片,无FatFS系统,可以借此了解STM32单片机的SDIO功能,TFT卡如何显示图片。(STM32F1 program, using LCD screen to display the binary images on TFT SD card, without FatFS system, can understand the SDIO function of the STM32 MCU, and how the TFT card di
  3. 所属分类:单片机开发

    • 发布日期:2018-05-02
    • 文件大小:3598336
    • 提供者:dlgarm
搜珍网 www.dssz.com