標(biāo)題: ILI9341_LCD的MSP430單片機(jī)模板文件下載 [打印本頁(yè)]

作者: bulijiujiu    時(shí)間: 2018-5-25 23:10
標(biāo)題: ILI9341_LCD的MSP430單片機(jī)模板文件下載
ILI9341_LCD顯示屏模板文件


MSP430單片機(jī)源程序如下:
  1. #include <msp430x16x.h>
  2. #include "Config.h"
  3. #include "Delay.h"
  4. #include "LCD.h"
  5. #include "GUI.h"
  6. #include<stdio.h>
  7. #include"PIC.h"
  8. #include <math.h>
  9. unsigned char s[20];
  10. double aa=1000;

  11. void main( void )
  12. {
  13.     WDT_Init();
  14.   Clock_Init();

  15.   
  16.   LCD_Init();
  17.   LCD_Clear(WHITE);
  18.    
  19.   POINT_COLOR = BLACK;
  20.   LCD_ShowSchool();
  21.   LCD_ShowTeam();
  22.   Gui_Drawbmp16(100,100,104,46,BMP);
  23.   while(1)
  24.   {
  25.   }
  26. }



復(fù)制代碼

所有資料51hei提供下載:
ILI9341_LCD.zip (108.7 KB, 下載次數(shù): 37)







歡迎光臨 (http://www.torrancerestoration.com/bbs/) Powered by Discuz! X3.1