欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136
標(biāo)題:
STM32 TFT彩屏程序代碼
[打印本頁(yè)]
作者:
進(jìn)而種
時(shí)間:
2020-10-8 15:38
標(biāo)題:
STM32 TFT彩屏程序代碼
這是我最近用TFT彩屏?xí)r的測(cè)試代碼。
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x.h"
#include "delay.h"
#include "QDTFT_demo.h"
#include "Lcd_Driver.h"
#include "GUI.h"
int main(void)
{
SystemInit(); //System init.
delay_init(72);//Delay init.
Lcd_Init();
Lcd_Clear(GRAY0);
while(1)
{
LCD_LED_SET;//通過(guò)IO控制背光亮
// QDTFT_Test_Demo(); //See the test details in QDTFT_Demo.c
Gui_DrawLine(10,10,10,128,BLACK);
Gui_DrawLine(10,10,32,10,BLACK);
Gui_DrawLine(32,10,28,8,BLACK);
Gui_DrawLine(32,10,28,12,BLACK);
// Gui_DrawPoint(50,50,1);
// Num_Test();//數(shù)碼管字體測(cè)試
}
}
/******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE****/
復(fù)制代碼
STM32 SPI綜合測(cè)試代碼.7z
2020-10-8 16:50 上傳
點(diǎn)擊文件名下載附件
下載積分: 黑幣 -5
204.91 KB, 下載次數(shù): 16, 下載積分: 黑幣 -5
歡迎光臨 (http://www.raoushi.com/bbs/)
Powered by Discuz! X3.1