登录
首页 » 嵌入式系统 » 简易LED 点阵汉字显示控制模块设计,包括LED汉字显示原理、电路原理图和程序设计,简单明了。...

简易LED 点阵汉字显示控制模块设计,包括LED汉字显示原理、电路原理图和程序设计,简单明了。...

于 2023-07-24 发布 文件大小:310.63 kB
0 30
下载积分: 2 下载次数: 1

代码说明:

简易LED 点阵汉字显示控制模块设计,包括LED汉字显示原理、电路原理图和程序设计,简单明了。-Simple LED dot-matrix character display control module design, including LED display Chinese characters principle, circuit schematic diagram and program design, simple and straightforward.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PIC16c84 programming for the production of information
    PIC16c84编程器的制作资料-PIC16c84 programming for the production of information
    2022-08-10 09:32:03下载
    积分:1
  • MSP430 ADC程序
    应用背景ADC数据采集,低功耗产品,模数转换,信号分析关键技术基于MSP430F5438A的ADC采样程序,采用IAR环境,使用的C语言,可供项目移植,经测试可用
    2022-03-25 02:23:22下载
    积分:1
  • ecv编程的帮助文件,有关于串口的
    ecv编程的帮助文件,有关于串口的--Help file for ecv programming. It is about serial port.
    2022-03-14 12:00:16下载
    积分:1
  • 本源码是三星2410开发板上的uart口的编程学习代码,通过此源码的分析与学习,您可以初步掌握uart口的使用...
    本源码是三星2410开发板上的uart口的编程学习代码,通过此源码的分析与学习,您可以初步掌握嵌入式uart口的使用-The source is the Samsung 2410 to develop on-board programming of the UART port learning code, this source of analysis and study, you can master the initial use of embedded UART I
    2022-03-03 17:54:55下载
    积分:1
  • 本文介绍了Linux 中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的Li...
    本文介绍了嵌入式Linux 系统中USB 设备驱动程序开发的基本原理, 通过分析USB 驱动程序开发的程序框架和重要数据结构, 实现了USB 摄像头的嵌入式Linux 驱动程序, 并在S3C2410 的平台上实现了图像采集。-This paper introduces embedded Linux system, USB device driver development of the basic principles, through the analysis of USB driver development process framework and an important data structure, the realization of a USB camera embedded Linux drivers, and S3C2410 platform to achieve the image acquisition.
    2023-09-03 12:10:03下载
    积分:1
  • 一个linux下的防火墙过滤函数框架源代码
    一个linux下的防火墙过滤函数框架源代码-a Linux firewall to filter under the framework of the source code function
    2022-05-16 10:06:18下载
    积分:1
  • 将openCV移植到DSP上
    这是一个可以将OPENcv移植到DSP上的库函数包括CV库等等,比如可以将这个库运用到CCS5.1上,自动生成库LIB也就是EMCV库,这样就可以直接在DSP上直接使用OPENCV函数了,非常方便使用~当然这个库要自己在CCS平台上进行编译
    2023-07-21 14:55:03下载
    积分:1
  • The book for the Linux programming tool, covering all aspects of Linux developme...
    本书为Linux编程工具书,涵盖了Linux程序开发的方方面面,内容深刻,讲解全面,对于一些高级主题如进程间通信等介绍的比较深入,是一本不可多得的Linux开发的高级参考书。-The book for the Linux programming tool, covering all aspects of Linux development, content depth, on full, for some advanced topics such as inter-process communication, such as described in more in-depth, is a rare high-level reference Linux Development .
    2022-02-25 12:15:55下载
    积分:1
  • uClinux基于S3C44B0X打印机驱动,EpSON微型打印机
    uClinux基于S3C44B0X打印机驱动,EpSON微型打印机-uClinux-based S3C44B0X printer driver, EpSON micro-printer
    2023-09-04 18:30:03下载
    积分:1
  • 基于stm32的ucosII程序实现4x2键盘检测
    基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。   部分代码摘录: void Task1(void *pdata) {   u8 key;   while(1)   {    key=KEY_Scan();    if(key==1)    {      digitalToggle(GPIOD,GPIO_Pin_7);  //D4亮     OSTimeDlyHMSM(0,0,1,0);    }    if(key==2)    {  digitalToggle(GPIOD,GPIO_Pin_6);  //D5亮    OSTimeDlyHMSM(0,0,1,0);    }    if(key==3)    {      digitalToggle(GPIOD,GPIO_Pin_5);  //D6亮    OSTimeDlyHMSM(0,0,1,0);    }   if(key==4)    {  &n
    2022-08-12 16:41:51下载
    积分:1
  • 696518资源总数
  • 104225会员总数
  • 32今日下载