lcd.pjt

来自「利用北京青云的128×64的台湾硒创的ST7920的液晶显示程序」· PJT 代码 · 共 34 行

PJT
34
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectName="LCD"
ProjectDir="F:\dsp2407test\exp3_16_lcd\LCD\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\lcd.c"
Source="..\Rts2xx.lib"
Source="..\Vectors.asm"
Source="..\exp3_2407.cmd"

[Generated Files]
Source="Debug\lcd.obj"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"F:\dsp2407test\exp3_16_lcd\LCD\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-g -q -fr"F:\dsp2407test\exp3_16_lcd\LCD\Release" -d"_DEBUG" -v2xx

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\lcd.map" -o".\Debug\lcd.out" -x -v2

["Linker" Settings: "Release"]
Options=-q -c -m".\Release\lcd.map" -o".\Release\lcd.out" -x -v2

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?