搜索资源列表
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
SC44B0 LCDtest
- SC44B0的测试应用程序,此程序为液晶屏的应用,液晶屏的点阵为160*240,可以显示任意由ASCII码组成的字符串。-SC44B0 the testing of applications, this procedure to screen applications, the matrix LCD screen for 160 * 240 can demonstrate arbitrary composition from ASCII string.
GUI(LCD-DRIVER)
- 开发环境为ADS1.2 ARM用户界面开发接口程序 GUI 提供了最基本的画点 线 圆形 圆弧 椭圆形 矩形 正方形 填充等功能 较高级的接口功能有 ASCII显示 汉字显示 图标显示 窗口 菜单等 支持单色 灰度 伪彩 真彩等图形显示设备-ADS1.2 development environment for the development of ARM user interface GUI interface to provide the most basic point of
linux下LCD显示字符
- 该程序利用framebuffer可实现汉字、ASCII码的混合显示。
vga_display.rar
- VGA controller源码及显示汉字和ascii字符的c代码实例,已在DE2-70上实现,vga_controller source code and c code which can display chinese charactors and ASCII code on the VGA
AsciiLib_65k
- ASCII字库 横向取模 8*16 专为彩屏显示设计-failed to translate
key_lcd
- lcd显示函数,包括初始化、参数设置、汉字代码。ascii字符代码、头文件等-lcd display functions, including initialization, parameter settings, characters code. ascii characters code, header files, etc.
LCD_HZK
- 单片机汉字和ASCII字符程序,程序中的汉字和英文全部存在字库中。单片机用的是常用的8051,仿真软件用的是proteus。由于proteus中的flash最大是64k,没有29c040等,而汉字和ASCII加起来有二百多k,所以用了5片27c512,如此一来程序就复杂了。用hc38译码器做片选等功能,hc00做逻辑电路,锁存器是hc373,液晶屏是12864的,ks0108驱动芯片,都是比较常用的。技术上用的是总线方法,包换液晶屏,没有用间接驱动,因为那样浪费IO口,液晶屏因为有左右屏之分,所
ASCII
- 单片机显示LED的ASCII码表,可以方便移植,使用很方便-Single-chip LED display the ASCII code table, to facilitate transplantation, the use of easily
MSP430F449
- MSP430F449演示程序:ASCII显示,串口通讯测试,定时器TA,发光二极管闪烁,发声演示,蜂鸣器,键盘程序,流水灯-MSP430F449 Demo: ASCII display, serial communications testing, timer TA, blinking light-emitting diodes, audible demonstration, buzzer, keyboard procedures, water lamp
msp430f449-4
- msp430f449蓝色版开发代码--ASCII显示-msp430f449 blue version of the development of the code- ASCII display
temp
- 这是一个温度计和PC机通信的例子,源码里面的可以实现像示波器一样显示温度的波形,最主要的就是格式转换,在文件夹:将收到的ASCII转换成相应的数据这个文件夹里边。调试通过了的。-This is a thermometer and PC communication examples, source code can be achieved inside the same temperature as the oscilloscope waveform, the most important is
char
- 用子程序设计的方法,分别把BUF字单元中的四个十六进制数转换为ASCII代码存入MAS开始的单元中,并在crt上显示。-Design method with the subroutine, BUF word units, respectively four hexadecimal number is converted to ASCII code into the beginning of the unit in the MAS and the crt display.
ASC16
- ascII码8*16点阵字库,应用在单片机LED汉字显示。-ascII 8* 16 dots matrix library code, used in SCM character LED display.
nokia5110qudong
- 430单片机驱动nokia5110液晶使其显示ASCII字符汉字还可以打点画线画圆等-430 Microprocessor nokia5110 ASCII character LCD to display Chinese characters you can draw lines circle dot, etc.
dis_ascii
- msp430f149编程软件关于ASCII显示-msp430f149 programming software on the ASCII display
lcd
- ARM LCD320*240 LED ASCII显示不包括汉字显示。-The ARM the LCD ASCII display
LCD显示示例
- LCD显示实例,在指定的位置显示一个汉字,显示一个ASCII字符串,矩形区域内填充单色,画矩形框 ,线和圆(LCD displays an instance, displaying a Chinese character in the specified location, displaying a ASCII string, filling the monochrome in the rectangular area, drawing rectangular frames, lines, an
超声波测距(LCD1602显示)
- #include<reg51.h> #include<intrins.h> #include"lcd.h" sbit Trig = P2^1; sbit Echo = P2^0; unsigned char PuZh[]=" Pechin Science "; unsigned char code ASCII[15] = {'0','1','2','3','4','5','6','7','8','
32单片机OLED显示
- 本实验利用开发板的OLED/CAMERA接口连接ALIENTEK OLED模块,实现OLED模块的显示,下载成功后,通过把OLED模块插入开发板左下角的OLED/CAMERA模块接口,按下复位之后,就可以看到OLED模块不停的显示ASCII码和码值。