代码搜索:LCD
找到约 10,000 项符合「LCD」的源代码
代码结果 10,000
www.eeworm.com/read/346187/11763218
mak lcd.mak
# TASKING EDE (Windows based integrated Embedded Development Environment)
#
# This makefile has been generated by TASKING EDE
#
# Toolchain: TASKING 8051
#
PROJ = lcd
PROJDIR = c:\ti\v111\
www.eeworm.com/read/346187/11763221
pjt lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP281x"
ProjectDir="C:\ICETEK-F2812-A-EDUlab\DSP281x_examples\lab0403-lcd\"
Project
www.eeworm.com/read/346187/11763230
lsl lcd.lsl
memory iram
{
mau = 8;
type = ram;
size = 256;
map ( dest=bus:c51:idata_bus, src_offset=0x0, dest_offset=0x0, size=256 );
}
memory xram
{
mau = 8;
type = ram;
si
www.eeworm.com/read/346187/11763245
c lcd.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "f2812a.h"
#define LCDDELAY 1
#define LCDCMDTURNON 0x
www.eeworm.com/read/346187/11763252
opm lcd.opm
-G "c:\ti\v111\dsp281x_examples\lab0403-lcd"
-err "lcd.err"
-r
-f "lcd.mak"
www.eeworm.com/read/346187/11763256
paf lcd.paf
www.eeworm.com/read/259815/11763426
c lcd.c
/**************************************************************
The initial and control for 320×240 16Bpp TFT LCD--LTV350QV-F05
**************************************************************/
#in
www.eeworm.com/read/259815/11763539
h lcd.h
/**************************************************************
The initial and control for 320×240 16Bpp TFT LCD----LTV350QV-F05
**************************************************************/
#
www.eeworm.com/read/346110/11768484
txt lcd.txt
COM EQU 20H ;命令存储单元
DAT EQU 21H ;数据存储单元
CW_ADR EQU 0000H ;写命令地址
CR_ADR EQU 0001H ;读命令地址
DW_ADR EQU 0002H ;写数据地址
DR_ADR EQU 0003H ;读数据地址
;**********************************************
ORG 0000
www.eeworm.com/read/346103/11768806
pjt lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP281x"
ProjectDir="C:\ICETEK-F2812-A-EDUlab\DSP281x_examples\lab0403-lcd\"
Project