搜索资源列表
TouchScreen_Test
- touchsceen_test ├─ main.c C语言主源文件 ├─ AscII6x8.c Ascii字符6x8点阵显示格式数据 ├─ lcd.c LCD显示函数源文件 ├─ lcd.h LCD定义头文件 ├─ Call_int.s 中断处理文件 ├─ tp.c 触摸屏控制函数源文件 └─ tp.h 触摸屏控制定义头文件-touchsceen_test East main.c C-language source East Main-Asc
chinese_displty(lao)
- 汉字库的实现 一.获取字库.exe 可以获得汉字库及英文字库 二.查看字库.exe 可以查看汉字库及英文字库的点阵显示效果 三.显示程序.h 获取字库点阵及显示的源代码 四.其它资料 相关的字库显示资料 06.3 华工-the realization of a Store. Access library. Exe available Store and two English font. View library. Exe can view Store and Engli
STR71x_GPIO_Scanning_a_44Matrix_Keypad
- The aim of this application note is to show to scan the 4x4 matrix keypad multiplexed with a four 7-segment display. The software attached to this application note scans the pressed key and displays it on the multiplexed 7- segment LEDs. Thi
ucGUI的16_16点阵字库
- 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START\"中国人民万岁\"GUI_UC_END /* Set ShiftJIS fo
KEY_BOARD
- 基于状态机的定时中断矩阵键盘扫描程序,相当好用,直接调用h文件中的KeyBoardScan()即可,-Based on state machine timer interrupt matrix keyboard scanner, very easy to direct the call h file KeyBoardScan () can,
ISD4004_7843
- 基于AT89S52单片机,驱动ISD4004语音芯片,进行录音/播音等功能,还加上了触摸屏功能和液晶显示功能,7843.h是触摸屏的驱动部分,12864.h是LCD驱动部分。key.h是4X4矩阵键盘驱动部分。-AT89S52-based single-chip, voice chip ISD4004 drive for recording/audio and other functions, also added a touch-screen LCD features and function
hz16
- 用于在汉字点阵字库中提取点阵信息,主要用于下位机汉字显示-Dot matrix character font used in the lattice to extract information, the main characters for the display of digital machines
MC9S08DZ60_12864_Driver
- MC9S08DZ60的12864驱动程序(附字模软件)。飞思卡尔单片机MC9S08DZ60的Mz12864驱动,不同单片机型号端口连接可能不一样,在LCD_PortConfig.h中设置,显示可达8位,小数位数可设置,具体看文档。如有不妥之处欢迎指出。-MC9S08DZ60 of the 12864 driver (attached to matrix software). Freescale s Microcontroller MC9S08DZ60 the Mz12864 driven mod
MSP430_interface
- 基于MSP430的人机交互界面的设计,包含4x4矩阵键盘和1602显示器-MSP430-based human-computer interface design, including the 4x4 matrix keyboard and display 1602
LED.dot.matrix.display
- LED点阵显示器 利用LP-2900实验仪Altera模块上的PLD器件,编写VHDL程序,设计一个扫描控制电路,在H区的8*8型LED点阵上实现点阵的逐点显示,扫描显示的顺序是光点从左上角像素点开始,终止于右下角像素点,然后周而复始地重复运行下去。扫描全部区域大概所需时间为13s。-LED dot matrix display
Amirifar_Sadati
- A LINEAR MATRIX INEQUALITY APPROACH TO H∞ CONTROLLER ORDER REDUCTION WITH STABILITY AND PERFORMANCE PRESERVATION
key.h-and-lcd1602.h
- 1602 矩阵键盘 lcd 头文件。方便使用,避免代码杂乱。-1602 matrix keyboard lcd header file.
LED
- LED点阵实验(流动显示1 2 3 4 5 6 7 8 9 C D E I L H ) -LED dot matrix experiments (flow visualization 1 2 3 4 5 6 7 8 9 CDEILH)
C51_LCD12864
- AT89C51/52单片机驱动点阵液晶屏LCD12864的程序,已经封装好,直接在工程中添加LCD12864.C文件,并且在主函数中#include LCD12864.H-AT89C51/52 dot matrix LCD driver chip LCD12864 procedures are packaged well, directly in the project to add LCD12864.C file, and in the main function# include LCD12
Inter_Rom
- 交织器(用LDPC译码,H矩阵交织器书写方法)希望有用-Interleaver (with LDPC decoding, H matrix interleaver write methods) seek to help
jibenchengxuofSTC51
- //工程:STC12LE5A60S2单片机最小系统模块程序集 //硬件配置:单片机STC12LE5A60S2、液晶显示MZLH04、矩阵键盘、数模转换芯片///TLV5638 、模数转换芯片ADS7883 ///完成功能:1、键盘输入:(1)利用STC内部ADC测量电压按键 (2)矩阵键盘按键 2、///液晶显示 3、ADC 4、DAC。 //编程需要的头文件:1、铭正同创官网MZLH04显示例程LCD_Dis.h 2、stc12c5a.h-Engineering: STC12LE5A60S2
UV2
- 多路数字温度监控系统设计--哥们的毕业设计,注意有测又有控。因为它有些复杂,所以参考价值非常高:ds18b20多片组网,编程实现唯一寻址;4×5矩阵键盘实现输入操作;由于系统庞大,就扩展了RAM和I/O口,易移植;具有输出控制单元,能输出pwm波控制电机转动快慢;上下限温度设置,越限声音报警,根据温度高低,电机会自动调整转速。可改进的地方:后续如果想研究深入,可加进pid整定就完美了,待加入各种智能算法,使电机根据需要而实现各种智能的运转-Multichannel digital tempera
juzhenjianpanmokuai
- 矩阵键盘的基本方案思路! #include"key.h" void main() { while(1) { key_read() } }-Matrix basic program of keyboard ideas! #include"key.h" void main() { while(1) { key_read() } }
spi.h
- this a code for at91sam7x256 for matrix convertor-this is a code for at91sam7x256 for matrix convertor
Keil
- 点阵式音乐频谱源程序,STC单片机傅里叶变换-Dot matrix source of the music spectrum, STC SCM Fourier transform