标题: 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.51hei.com/bbs/) Powered by Discuz! X3.1