CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - STM32 128*

搜索资源列表

  1. 6_12864

    0下载:
  2. 用STM32驱动的12864程序,采用的是串行方式-12864 with STM32-driven process is used in serial mode
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:21417
    • 提供者:keyin
  1. SPI_LCD12864

    0下载:
  2. spi接口协议的点整液晶128*64点阵驱动实现-spi interface protocol point of the entire 128* 64 dot matrix LCD driver to achieve
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-27
    • 文件大小:184186
    • 提供者:李宗军
  1. GUI_T6963

    0下载:
  2. T6963 GUI程序,很不错是240×128的液晶点阵的 ,大家好好使用啊 -T6963 GUI program, very good LCD is 240 × 128 lattice, we make good use of ah
  3. 所属分类:software engineering

    • 发布日期:2016-06-05
    • 文件大小:375808
    • 提供者:yuwei
  1. First

    0下载:
  2. STM32 12864B液晶驱动程序,可供大家参考-STM32 12864B Program
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-23
    • 文件大小:345707
    • 提供者:hjunli
  1. stm32_gpio_glcd12864

    0下载:
  2. ARM Cortex M3 STM32 - GLCD 128x64 BMP
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1522731
    • 提供者:kha
  1. stm32_240128

    0下载:
  2. 基于STM32系列ARM条件下的240*128液晶显示的驱动程序。本程序中对显示各种类型的数据或字符及汉字的程序进行了封装。-Based on STM32 series ARM under the condition of the 240 x 128 LCD display of the driver. In this program to display various types of data or character of Chinese characters and procedure
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-25
    • 文件大小:14340
    • 提供者:weixinli
  1. TFT-STM32-128-160

    0下载:
  2. STM32的128*160液晶驱动及显示程序,能以各种颜色及字体显示汉字和字符,示例显示了普中科技带您进入单片机世界-STM32 128* 160 LCD drive and display program, able to display Chinese characters in a variety of colors and fonts and character, the example shows a general science and technology with the mi
  3. 所属分类:SCM

    • 发布日期:2017-11-04
    • 文件大小:251014
    • 提供者:feidan
  1. STM32

    0下载:
  2. while(1) { if(k>=128) {k=0 LCD_Write_Pic(0xff) } else { for(i=0 i<4 i++) for(j=0 j<16 j++) { LCD_Write_A_CHAR(i*2, j*8, k) k++ } } Delay(0x2ffffff) key_num = ReadKeyDown()
  3. 所属分类:SCM

    • 发布日期:2017-11-11
    • 文件大小:22320598
    • 提供者:gtx
  1. RDA5820_3

    0下载:
  2. 使用STM32实现数字FM收音机的电台选择与音量调节功能,并有液晶显示相关信息。液晶为0.96寸128*64小液晶。-Use STM32 digital FM radio station selection and volume adjustment function, and LCD related information. 0.96-inch LCD 128* 64 small LCD.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-10
    • 文件大小:1096698
    • 提供者:小飞机
  1. oled

    1下载:
  2. STM32控制OLED液晶(0.96寸,128*64分辨率)显示(包括汉字)-STM32 control OLED LCD (0.96-inch, 128* 64 resolution) display
  3. 所属分类:Other Embeded program

    • 发布日期:2015-05-06
    • 文件大小:949248
    • 提供者:小飞机
  1. fast-Fourier-transform

    0下载:
  2. STM32-based 128-point fast Fourier transform algorithm procedures, the use of the STM32 sampling channel, then the Fourier transform
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:18601
    • 提供者:朱彬
  1. STM32-VirtualCOM

    0下载:
  2. STM32通过USB模拟串口,并将接收的数据,发回USB串口,同时显示在128×64点阵屏上。-STM32 serial port via USB emulation and data received back USB port, while in the 12864 dot matrix display screen.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-12
    • 文件大小:2705815
    • 提供者:顶顶顶
  1. Register-editionOLED-STM32-driver

    0下载:
  2. 寄存器版本的128*64OLED显示屏STM32驱动程序-STM32 128*64OLED display register driver version
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:313649
    • 提供者:王斌
  1. stm32-iap-small-data

    0下载:
  2. 1.此代码基于红牛开发板,请根据自己的板子进行修改。 2.通过修改网上的代码实现,修改前的功能开了一个很大的缓存接收app数据,然后一次性全部数据写入, 但是这个在实际应用中没多大用,所以修改为一次写入128个字节。 3.程序flash的偏移地址为0x8010000,所以app编译前应该在mdk中设置 Option窗口->Target页->IROM1,start 改为 0x8010000 4.设置中断向量重映射,我用的方法是在app端的main函
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1925213
    • 提供者:qy
  1. stm8-128-eval_fw

    0下载:
  2. Stm32 开发板代码原理图十分不希望大家支持,学习stm32 是不错的选择
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-18
    • 文件大小:4856346
    • 提供者:YL
  1. UC1617-STM32

    1下载:
  2. 4灰度液晶控制器UC1617 STM32 128*128 驱动程序 测试好用 绝非抄袭-4 STEP GRAY LCDcontroller UC1617 STM32 128*128 driver program
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:3275
    • 提供者:唐明
  1. STM32例程(OLED)

    1下载:
  2. STM32模拟IIC驱动OLED屏,实现对128*64OLED屏幕的控制,可以显示中文、英文、符号、数字(Implementing IIC OLED Communications)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-14
    • 文件大小:4437280
    • 提供者:zz11111
  1. 21ic下载_自制STM32F103开发板

    0下载:
  2. STM32F1系列属于中低端的32位ARM微控制器,该系列芯片是意法半导体(ST)公司出品,其内核是Cortex-M3。 该系列芯片按片内Flash的大小可分为三大类:小容量(16K和32K)、中容量(64K和128K)、大容量(256K、384K和512K)。 芯片集成定时器,CAN,ADC,SPI,I2C,USB,UART,等多种功能。(The STM series belongs to the 32 - bit arm microcontroller of the middle and l
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:7097344
    • 提供者:bingochan110
  1. STM32AES

    1下载:
  2. 基于STM32F103实现AES算法的工程,支持128,196,256位AES(Based on STM32F103, AES algorithm is implemented, supporting 128196256 bit AES.)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2018-05-01
    • 文件大小:34816
    • 提供者:tszy208
  1. STM32 SH1106和SH1107驱动

    1下载:
  2. STM32单片机I2C驱动OLED驱动芯片SH1107和SH1106的驱动程序 里面程序的名字为SH1107,但SH1106的驱动方法基本一致 示例图片为64*128,实际可能需要调整起始坐标位置才能显示全(Driver program of OLED driver chip sh1107 and sh1106 driven by I2C of STM32 single chip microcomputer The name of the program is sh1107, but the
  3. 所属分类:单片机开发

    • 发布日期:2020-11-16
    • 文件大小:1801216
    • 提供者:Aison
« 12 »
搜珍网 www.dssz.com