ILI9341_LCD显示屏模板文件
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, 下载次数: 37)
|