⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.cpp

📁 N6100彩屏显示器的MSP430F425驱动程序
💻 CPP
字号:
#include "wdt.h"
#include "basictimer.h"
#include "time.h"
#include "io.h"
#include "N6100.h"
#include "covert.h"
#include "ctype.h"
#include "font.h"
#include "ccstring.h"
#include "string.h"
int main()
{       
        close_wdt();
        CCString zou;
        zou+="lin";
        zou+=(float)456.456;
        zou+="zouwulin";
        cout<<set(ScrGColor,Color::Green)<<set(BackGColor,Color::Green)<<set(ForGColor,Color::Black);
        cout<<clear();
        cout<<set(Center)<<(zou+"123456789"+"\"邹武").tocstr();
        delete &zou;
        //cout<<(int)strlen("邹武林");
          
       
        while(1);
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -