代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
tft.h
#ifndef __TFT_H__
#define __TFT_H__
void _TFT_PowerOn_Initial(void);
void _TFT_Check_TvMode(void);
void _TFT_Set_TvMode(BYTE bTvMode);
void _TFT_AV_Switch(void);
void _TFT_PowerOn_Initial_Variab
tft.c
//for tft control for portable
#include "winav.h"
// Micky2.80p, declare malloc.h into platform.h
#include "hal.h"
#include "servo.h"
#include "input.h"
#include "chips.h"
#ifdef _WINDVD
tft_if.v
//----------------------------------------------------------------------------
// TFT INTERFACE - Sub Level Module
//-----------------------------------------------------------------------------
//
//
tft.c
#include
#include
#include "don.h"
#define Uint unsigned int
#define Uchar unsigned char
sbit RS=P3^0;
sbit E=P3^1;
sbit RW=P3^4;
sbit res=P3^2;
void WCOM(unsigned
tft.c
#include
#include
#include "mm.h"
#define Uint unsigned int
#define Uchar unsigned char
#define DATA P1
sbit CS1=P3^0;
sbit RS=P3^1;
sbit WRD=P3^4;
void WCOM(uns
tft.m
clc;
clear all;
t=[0:1:255];
x=sin(2*pi*t/20);
y=real(fft(x));
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
figure(1);
plot(t,x);
figure(2);
plot(t,y);
%%%%%%%%%%%% fft %%%%%%%%%%%%%%%%%%%
N=256;
NU=8;