標(biāo)題:
ILI9341_LCD的MSP430單片機(jī)模板文件下載
[打印本頁(yè)]
作者:
bulijiujiu
時(shí)間:
2018-5-25 23:10
標(biāo)題:
ILI9341_LCD的MSP430單片機(jī)模板文件下載
ILI9341_LCD顯示屏模板文件
0.png
(50.79 KB, 下載次數(shù): 61)
下載附件
2018-5-26 01:24 上傳
MSP430單片機(jī)源程序如下:
#include <msp430x16x.h>
#include "Config.h"
#include "Delay.h"
#include "LCD.h"
#include "GUI.h"
#include<stdio.h>
#include"PIC.h"
#include <math.h>
unsigned char s[20];
double aa=1000;
void main( void )
{
WDT_Init();
Clock_Init();
LCD_Init();
LCD_Clear(WHITE);
POINT_COLOR = BLACK;
LCD_ShowSchool();
LCD_ShowTeam();
Gui_Drawbmp16(100,100,104,46,BMP);
while(1)
{
}
}
復(fù)制代碼
所有資料51hei提供下載:
ILI9341_LCD.zip
(108.7 KB, 下載次數(shù): 37)
2018-5-25 23:08 上傳
點(diǎn)擊文件名下載附件
下載積分: 黑幣 -5
歡迎光臨 (http://www.torrancerestoration.com/bbs/)
Powered by Discuz! X3.1