搜索资源列表
44boxTESTdemo
- 此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!经测试也适应于恒丰公司S344BOX等采公板设计的开发板。在其上电以后LED会闪烁一下,接着串口0会输出一些系统信息 可以通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。-this code under the SDT2.51 debugging through, I can blame the ARM DEVELOP BOARD V1
ARM9(s3c2410)LCD
- 利用三星s3c2410的LCD接口实现TFT彩色LCD的显示,包括基本的绘图函数,另外包括了BMP图像的解码显示原函数。-use the LCD interface TFT color LCD display. including basic drawing functions, including those of the BMP image decoder shows the original function.
disblay
- LED数码管动态显示函数 定时器 T1 ,A组比较中断产生5mS周期性中断 在中断里刷新显示
dispbmp
- MiniGUI应用例子。 * 使用LoadBitmapFromFile函数装载一个BMP文件,然后使用 * FillBoxWithBitmap函数在主窗口上显示该图片。
LCD1602CG
- lcd1602液晶驱动程序,只要调用外部函数就可以轻松控制显示
UART
- LPC2103串口软件包,可以通过PC机显示出来。里面已经包含了所有串口常用函数。直接以C文件调用即可
V1.0_TFT_ILI9320 ILI9320控制器
- 2.0寸彩屏驱动240*320分辨率,ILI9320控制器,含有基本驱动函数和基本图形显示函数例如:画线,画点,画圆,画矩形,打印字母,打印汉字,输出图像等。-2.0-inch color display driver 240* 320 resolution, ILI9320 controller, containing the basic driver functions and the basic graphics functions such as: drawing lines, draw
wannianli
- 基于ATMAL89S51万年历系统,液晶12864显示年月日周,时分秒,室温,汉显,可供初学者参考,用STC89C52RD+自测成功,内置18b20驱动程序!模块化程序,每个器件一个子函数库,方便移植。-Based on ATMAL89S51 calendar system , LCD display 12864 week , month, day , hour , room temperature, Han was the reference for beginners STC89C52RD+
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
STM32_9320
- 基于STM32的3.2寸ILI9320触摸屏的显示程序,带有ILI9320的画图函数-STM32-based 3.2-inch touch screen display program ILI9320 with ILI9320 Paint Function
3310
- 单片机的3310的显示函数,不带字库,但是有我自己做的英文软件字库-3310 MCU display function, without character, but have my own software to do the English font
lcd
- 这是一个128*64带字库的显示程序,程序只须简单的调用一个显示位置选择函数和一个显示字符串函数就能非常容易的显示汉字。-This is a font 128* 64 with the display program, the program calls a simple choice of the location of a display function and a display string function can be very easy to display Chinese ch
LCD1602
- 用LCD1602液晶模块显示小人踢足球// 该头文件定义了LCD1602的操作函数 /******************************************************************** 功能:LCD1602驱动,4线连接,控制线和数据线共用一个端口:PtCD-LCD1602 LCD Module Display with bad people playing soccer
lesson1_8
- 中断数码管倒计时循环递减程序!用到的知识点 数值分离 显示函数-Interrupted the countdown cycle of decreasing the digital control program! Numerical separation of knowledge points used in display functions
LCD_display
- 液晶显示函数,开发环境是msp430,芯片是msp430X2xx4-ncer tests
tft
- 基于MSP430的TFT彩屏,包括汉字,ASC码表,图片显示函数-MSP430-based TFT color screen
stm32-ADC-test
- 介绍了STM32F103ZET6内部ADC的使用 使用内部12位ADC采集电压信号并显示 函数使用官方库函数V3.5版编写-Describes the use of the internal ADC STM32F103ZET6 Using an internal 12-bit ADC voltage signal acquisition and display Function using the official version V3.5 writing library fun
stm32-18B20
- 基于STM32F103ZET6的18b20温度数字传感器实验 通过18b20温度传感器测量温度,并在液晶上显示 函数使用库函数V3.5编写 -Based on the PS2 mouse experiments STM32F103ZET6 By PS2 mouse to control the cursor on the LCD Function uses the library functions written in V3.5
RT-Thread1.2.0
- 晟睿STM32F103ZET6开发板跑RT Thread,内核为1.2.0,GUI为0.8版本,可以下载到板子上跑。 1、TFT根据RT Thread驱动框架编写,FSMC总线,可直接用。适合常用的9320、9325、9328TFT驱动。 2、SPI W25Qxx Nor flash驱动,可存储字库和文件系统。 3、实时时钟(RTC),可用串口指令设置时间和日期,串口打印,显示在LCD上只需调用LCD显示函数即可。 4、三个串口驱动、IIC驱动,串口1为shell脚本交互窗口,波
LCD12864驱动
- LCD12864驱动 液晶字符显示函数 液晶图片显示函数