代码搜索结果

找到约 2,975 项符合 TFT 的代码

dvdsetup.h

#ifndef __DVDSETUP_H__ #define __DVDSETUP_H__ //#include "osd.h" #include "storage.h" #ifdef NL_SOLUTION #include "clock.h" #include "settime.h" #endif //NL_SOLUTION #ifdef SUPPORT_POWERON

tftsetup.c

#ifdef SUPPORT_TFT enum TFT_SETUP_ID { TFT_SETUP_BEGIN = 0, TFT_SETUP_BRIGHTNESS=TFT_SETUP_BEGIN, TFT_SETUP_CONTRAST, TFT_SETUP_SATURATION, TFT_SETUP_RESET, TFT_SETUP_NUM }; #define TFT_SETTIN

glib.c

#include "def.h" #include "lcdlib.h" #include "glib.h" #include "lcd.h" void (*PutPixel)(U32,U32,U32); void Glib_Init(int type) { switch(type) { case MODE_STN_1BIT: Pu

lcddrive.h

/**************************************************************************************** * 文件名:LCDDRIVE.H * 功能:TFT6758液晶模块驱动。(头文件) * 驱动芯片为HD66781 (片内224640字节GRAM,即240*(96+320)*18/8), * 门驱

glib.c

#include "def.h" #include "lcdlib.h" #include "glib.h" #include "lcd.h" void (*PutPixel)(U32,U32,U32); void Glib_Init(int type) { switch(type) { case MODE_STN_1BIT: Pu

gcall.m

function gcall(a) global DAE Settings if ~a.n, return, end x = DAE.x(a.x); y = DAE.x(a.y); V1 = DAE.y(a.vbus); t1 = DAE.y(a.bus); Kpf = a.con(:,5); Kpv = a.con(:,6); alpha = a.con(:,7); Tpv = a.con

fcall.m

function fcall(a) global DAE Settings if ~a.n, return, end x = DAE.x(a.x); y = DAE.x(a.y); V1 = DAE.y(a.vbus); t1 = DAE.y(a.bus); Tfv = a.con(:,13); Tft = a.con(:,14); k = 0.5/pi/Settings.freq; V0

gcall.m

function gcall(a) global DAE Settings if ~a.n, return, end x = DAE.x(a.x); y = DAE.x(a.y); V1 = DAE.y(a.vbus); t1 = DAE.y(a.bus); Kpf = a.con(:,5); Kpv = a.con(:,6); alpha = a.con(:,7); Tpv = a.con

fcall.m

function fcall(a) global DAE Settings if ~a.n, return, end x = DAE.x(a.x); y = DAE.x(a.y); V1 = DAE.y(a.vbus); t1 = DAE.y(a.bus); Tfv = a.con(:,13); Tft = a.con(:,14); k = 0.5/pi/Settings.freq; V0

glib.c

/* ********************************************************* * Copyright (c) * All rights reserved. * * 文件名称:glib.c * 文件标识: * 摘 要:本文件是对LCD的基本操作代码。 * 当前版本:1.0 * 作 者:刘征 *