欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136

標題: ILI9341_LCD的MSP430單片機模板文件下載 [打印本頁]

作者: bulijiujiu    時間: 2018-5-25 23:10
標題: ILI9341_LCD的MSP430單片機模板文件下載
ILI9341_LCD顯示屏模板文件


MSP430單片機源程序如下:
  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. }



復制代碼

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







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