ILI9341_LCD顯示屏模板文件
0.png (50.79 KB, 下載次數(shù): 61)
下載附件
2018-5-26 01:24 上傳
MSP430單片機源程序如下:
- #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)
- {
- }
- }
復制代碼
所有資料51hei提供下載:
ILI9341_LCD.zip
(108.7 KB, 下載次數(shù): 37)
2018-5-25 23:08 上傳
點擊文件名下載附件
下載積分: 黑幣 -5
|