📄 tft.h
字号:
#ifndef TFT_H_
#define TFT_H_
#include "support_common.h"
#define uint unsigned int
#define uchar unsigned char
extern void delay(int xms);
extern uchar picture1[];
void write_command(uchar data);
void write_data(uchar data);
void LCD_DataWrite(uchar LCD_DataH,uchar LCD_DataL);
void Reset();
void TFT_init();
void dsp_single_colour2(uint DHL);
void dsp_single_colour(uchar DH,uchar DL);
void RamAdressSet();
void PutPixel(uint x_start,uint y_start,uint color);
void test_picture(uchar *map);
void show_pic(uchar *pic);
void show_pic2(uchar *pic);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -