代码搜索结果
找到约 2,975 项符合
TFT 的代码
tft_flash.c
/****************************************Copyright (c)**************************************************
** Beijing Visionox Technology Co.,LTD.
**
tft_lcd.h
/****************************************Copyright (c)**************************************************
** Beijing Visionox Technology Co.,LTD.
**
tft_disp.h
#ifndef _TFT_DISP_H
#define _TFT_DISP_H
void Init_TFT(void);
void Lcd_Screen_Clr(byte color);
void Lcd_Draw_Btn_Edge(int x0, int y0, int x1, int y1,byte active);
void Lcd_Draw_Button(BUTTON_DEF
tft_disp.c
/******************************************************************************
* file name : tft_disp.c
*
*
*
* Fonction:
*
* use the TFT to display all kinds of windows th
tft_data.c
#include
#include
#include "ads7846.h"
#include "ecrsys.h"
#include "tft.h"
#if (MODEL_VER == ROYAL_9INCH)
const DWORD Lcd_Row_Addr[LCD_Ydot] =
{
0x00000, 0x0032
24tft.wsdt
TFT24_430_TEST/Debug