搜索资源列表
S1D13305lcd320240
- 这是我做的针对S1D13305的驱动源码,我集成了ASCII码字库和一级简码汉字库,可以显示任意常用汉字和英文字符,另外还有基本的画线、圆、多边形以及填充等功能!但是由于画图时是边计算边显示,所以显示效果会有抖动,只需通过缓冲区作为中转站就可以解决问题,这个问题就让给使用者解决了! 如有问题可以发email给我,xianyun.wang@gmail.com-This is what I do against the S1D13305 driver source code, I integra
ADSP-BF533_I2C_Support_ASM
- 里面是利用ADSP-BF533通过I2C总路线进行图像采集的源代码,此程序在现有板子上跑过没问题-use ADSP-BF533 through I2C line image collection of source code, This procedure of the existing plank on which once ran no problem
rcs9000
- 微机线路保护源代码,包括系统的各项底层驱动程序,以太网103规约,保护逻辑等。-Microprocessor line protection source code, including the system of the underlying drivers, Ethernet 103 protocol, protection logic.
STM32 cortex_M3 内核arm 控制T6963c的LCD
- STM32 cortex_M3 内核arm 控制T6963c的LCD(240*64) 关于控制线部分,在源码中已注解,其它问题,请联系本人:liupin820819@163.com,STM32 cortex_m3 arm to control T6963c LCD (240*64).the control line configuration is defined in the source code . any other questions ,refer to :liupin820819@1
421303
- 在S3C2440上运行的“俄罗斯方块”源码 代码量小,< 500行. 为了方便各位移植到其它平台,本游戏没有使用窗口管理和消息机制. 可使用触摸屏或电脑键盘直接控制游戏,支持连续按键响应(500ms). -S3C2440 running at " Tetris," a small amount of source code, " 500 line. In order to ease migration to other platforms, the
ArmCtrlLedByC
- ARM920T系列微处理器用语控制LED的代码 用C和汇编编写,用于学习C和汇编混合编程 -Terms ARM920T microprocessor control LED line of code with C and compiled to prepare for the study of mixed C and assembler programming
USB_Selector
- arm7 lpc2368 16 line usb selector source code in keil using analog switch
S3C44b0x----Key-UART-Led
- 该工程编译工具是ADS1.2,开发板是S3C44b0x,主要实现功能模块是按键检测部分,其他模块是辅助功能,可供初学者参考。最近在学习ARM的S3C44b0开发板,网上很多的源码下载后不能正确的运行的ADS环境下,故上传各分模块供参考!-The project build tool is ADS1.2, development board is S3C44b0x, the main achievement of key detection function module is part of t
S3C44b0x----Task--Led
- 该工程编译工具是ADS1.2,开发板是S3C44b0x,主要实现功能模块是Led灯的简单控制,该工程内容简单,汇编简化到该led项目所需的语句,可供初学者参考入门。最近在学习ARM的S3C44b0开发板,网上很多的源码下载后不能正确的运行的ADS环境下,故上传各分模块供参考! -The project build tool is ADS1.2, development board is S3C44b0x, the main function module is Led lamp to ach
S3C44b0x----Task--RTC-PWM-LED-UART
- 该工程编译工具是ADS1.2,开发板是S3C44b0x,主要实现功能模块是PWM+RTC两个功能模块,主要实现定时功能和日历功能,其它模块为辅助功能,可供初学者参考入门。最近在学习ARM的S3C44b0开发板,网上很多的源码下载后不能正确的运行的ADS环境下,故上传各分模块供参考! -The project build tool is ADS1.2, development board is S3C44b0x, the main achievement of functional modul
S3C44b0x----Task-UART
- 该工程编译工具是ADS1.2,开发板是S3C44b0x,主要实现功能模块是UART通讯,该工程内容简单,C代码和汇编简化到该UART项目所需的语句,可供初学者参考入门。最近在学习ARM的S3C44b0开发板,网上很多的源码下载后不能正确的运行的ADS环境下,故上传各分模块供参考-The project build tool is ADS1.2, development board is S3C44b0x, the main function module is UART communicatio
S3C44b0x----Task-Watchdog-UART
- 该工程编译工具是ADS1.2,开发板是S3C44b0x,主要实现功能是看门狗定时和复位功能,其它模块为辅助功能,可供初学者参考入门。最近在学习ARM的S3C44b0开发板,网上很多的源码下载后不能正确的运行的ADS环境下,故上传各分模块供参考!-The project build tool is ADS1.2, development board is S3C44b0x, the main function is to implement a watchdog timer and reset f
zonghe11
- 小电流选线装置代码,正确率100 ,已经大量生产过!-Small current line selection device code, the correct rate of 100 , and has a large number of production!
DISPLAY_
- 这是一款关于OLED屏的入门调试程序,可现实线,点,框,数字,汉字等。使用PIC24FJ128GA006控制芯片,SSD1322驱动芯片。-For beginer,OLED init code ,dot,line,colmn,numbers,and chinese are displayed,based on SSD1322,and is controlled by PIC24FJ128GA006.
VS1003-(record)-audio
- VS1003B record demo code. Connect the VS1003B MP3 Board to the board via SPI interface, Connect the headphone to the Line out connector on the VS1003B MP3 Board.Speak to the MIC, you may hear your own voice on the headphone
LM75_AT24C04(Simulation-of-IIC-port)
- 采用LPC1114主芯片的LM75和AT24C01的控制,精华之处是共用同一端口,但在设计产品时,增加了很多的外设,共用IIC端口很容易出现读写错误,因此本人花了精力设计出本代码的在共用IIC线上,两种不同的IIC处理方法,在产品上非常成功,不敢独享,特此给大家参考,编译环境:keil mdk453-Using LPC1114 main chip LM75 and AT24C01 control, the essence is that share the same port, but in t
the-finally-code-freescare
- 飞思卡尔最终程序,XS128 光电组 包含pid重新改过滤波的 可以跑 加了起始和终止线识别(第一排判断的-the finally code freescare Contains pid back to mend filter can run with the start and stop line identification (the first row
P10-LED
- P10 LED显示屏4扫单行刷,C语言源码,很精简,学习LED显示屏显示的好例子,-P10 LED display 4 single line sweeping brush, C language source code, very lean, learning a good example of the LED display,
ADC-key-procession
- 用51的MCU的IO方式控制74HC595驱动8位数码管(4位共阴4位共阳)使用Timer0的16位自动重装来产生1ms节拍,程序运行于这个节拍下, ADC按键和行列扫描按键均影射成统一的键码, ADC按键键码为1~16, 行列扫描按键键码为17~32.-Way with 51 MCU IO control 74 hc595 are needed drive eight digital tube (4, a total of four Yin Yang) Timer0 16 automatic
code
- XB-2WD-1A智能小車尋黑線實驗調試與講解-XB-2WD-1A Smart car hunt black line debugging and experiments to explain
