CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ascii h
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ARM-PowerPC-ColdFire-MIPS
Embeded Linux
SCM
VxWorks
uCOS
DSP program
Windows CE
VHDL-FPGA-Verilog
Other Embeded program
QNX
hardware design
Open-source hardware
Search - ascii h - List
[
Embeded-SCM Develop
]
TouchScreen_Test
DL : 0
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-AscII6x8.c Ascii character dot matrix display delivers data format and technology-lcd.c LCD display function source East-definition LCD lcd.h headers East-Call_int.s interrupt handling documents and technology-tp.c Touchscreen control function-source supply tp.h Touchscreen Control definition files
Date
: 2008-10-13
Size
: 11.67kb
User
:
吴中仪
[
Embeded-SCM Develop
]
一个占用内存极少的菜单系统的实现
DL : 0
1. MenuSampleCode目录是代码 这份代码我在我的硬件上测试过。 2.说明文档是:一个占用内存极少的菜单系统的实现.pdf 3.menu.gif是一个演示 4.目录说明 MenuSampleCode\SI Source Insight 3.5 的工程文件 MenuSampleCode\Menu.Uv2 Keil 的工程 MenuSampleCode\Src 源代码 MenuSampleCode\Obj 目标文件 MenuSampleCode\Lst 列表文件 可以看MenuSampleCode\Lst\menu.m51最后编译的结果: 代码状况: Program Size: data=9.0 xdata=110 code=15731 creating hex file from ".\Obj\menu"... ".\Obj\menu" - 0 Error(s), 0 Warning(s). 这是打开动态条项生成功能时的结果。 Program Size: data=9.0 xdata=79 code=15155 creating hex file from ".\Obj\menu"... ".\Obj\menu" - 0 Error(s), 0 Warning(s). 这是关闭动态条项生成功能时的结果。 菜单深度均为4层深度。 25+4*3 = 37Byte 可见占用内存还是挺小的。 源文件说明 CPU.H CPU相关定义 Main.C 主函数 Ks0108.C LCD驱动 ASCII.c 8x8 8x16 英文字模 KeyScan.C 键盘扫描 MenuPara.C 菜单函数使用模版 MenuTop.C 顶层菜单和菜单核心代码 MenuFSM.C 菜单核心和FSM代码 MenuFunc.C 功能菜单和动态条项生成代码 MenuLanguage.C 语言切换代码 MenuMeasure.C 空例子 PIC.C 图标 MenuMain.C 菜单主循环 KeyScan.H Ks0108.H Menu.H Menu.C main函数 Chinese.txt 用到的中文 Chinese.C 中文字模 Simulation.exe是uCGUI上移植的演示。 可以通过你的键盘控制菜单: 你的PC键盘的四个方向键: 向上键 :确定 向下键 :ESC 向左键 :向左 向右键 :向右 默认语言是英文,你可以进入设置成中文。 PS:不提供这个的代码。请不要问我要。其实Src的源代码的效果也就是这个的运行效果。 包括动态条项生成功能。
Date
: 2010-04-16
Size
: 1.61mb
User
:
migrant
[
Embeded-SCM Develop
]
TouchScreen_Test
DL : 0
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-AscII6x8.c Ascii character dot matrix display delivers data format and technology-lcd.c LCD display function source East-definition LCD lcd.h headers East-Call_int.s interrupt handling documents and technology-tp.c Touchscreen control function-source supply tp.h Touchscreen Control definition files
Date
: 2025-12-18
Size
: 105kb
User
:
吴中仪
[
Embeded-SCM Develop
]
ex02_1
DL : 0
Patryk Szpejankowski 2008 Fill free to drop a message through 8052.com if you found these fonts useful. ASCII fonts for 7-segment display. Numbers in table: active high segments, (bit0,bit1..bit6,bit7) correspond to segments (a,b..g,h). Many fonts are defined as three horizontal bars to indicate
Date
: 2025-12-18
Size
: 5kb
User
:
aaa13
[
Embeded-SCM Develop
]
ex05_4
DL : 0
/* Patryk Szpejankowski 2008 Fill free to drop a message through 8052.com if you found these fonts useful. ASCII fonts for 7-segment display. Numbers in table: active high segments, (bit0,bit1..bit6,bit7) correspond to segments (a,b..g,h). Many fonts are defined as three horizontal bars to indicate that I had no idea how to define them on 7-segment display :-)
Date
: 2025-12-18
Size
: 4kb
User
:
aaa13
[
Embeded-SCM Develop
]
F93x_UART0_STDIO
DL : 0
This program demonstrates how to configure the C8051F930 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII hex value of that character. -这个程序演示了如何配置C8051F930使用例程 在STDIO。 h写信给,念UART接口。程序读取字符使用STDIO常规getkey()、输出那个字符 对屏幕,然后输出十六进制的价值ASCII字符。
Date
: 2025-12-18
Size
: 2kb
User
:
manshuang
[
Embeded-SCM Develop
]
F93x_UART0_STDIO
DL : 0
This program demonstrates how to configure the C8051F930 to use routinesin STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that characterto the screen, and then outputs the ASCII hex value of that character.-这个程序演示了如何配置C8051F930使用例程在STDIO。 h写信给,念UART接口。程序读取字符使用STDIO常规getkey()、输出那个字符对屏幕,然后输出十六进制的价值ASCII字符。
Date
: 2025-12-18
Size
: 2kb
User
:
esidentMoha
[
Embeded-SCM Develop
]
F93x_UART0_STDIO
DL : 0
This program demonstrates how to configure the C8051F930 to use routinesin STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that characterto the screen, and then outputs the ASCII hex value of that character.-这个程序演示了如何配置C8051F930使用例程在STDIO。 h写信给,念UART接口。程序读取字符使用STDIO常规getkey()、输出那个字符对屏幕,然后输出十六进制的价值ASCII字符。
Date
: 2025-12-18
Size
: 2kb
User
:
ononday
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.