CatPot 2015-2016 / Mbed 2 deprecated CatPot_Main_T_2v00

Dependencies:   mbed AQM1602 HMC6352 PID

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LcdConfig.h Source File

LcdConfig.h

00001 #ifndef _LCD_CONFIG_H_
00002 #define _LCD_CONFIG_H_
00003 
00004 //Lcd出力文字(6文字に揃える.)
00005 const char lcdstr[0x10][0x04][BUFSIZE]={
00006     {{"None  "},     {"Strgy "},      {"Reset "},      {0       }},//0
00007     {{"Start "},     {"Active"},      {0       },      {0       }},//1
00008     {{"Ir    "},     {"IrSpot"},      {"IrNote"},      {"IrPstn"}},//2
00009     {{"Line  "},     {"LnABC "},      {"PING  "},      {"IrKey "}},//3
00010     {{"Cmps  "},     {"Cmps  "},      {0       },      {0       }},//4
00011     {{"ClbEnt"},     {"Enter "},      {0       },      {0       }},//5
00012     {{"ClbExt"},     {"Exit  "},      {0       },      {0       }},//6
00013     {{"CpsRst"},     {"CpsRst"},      {0       },      {0       }},//7
00014     {{"IrPow0"},     {"S20L20"},      {"S30L30"},      {"S40L40"}},//8
00015     {{"IrPow1"},     {"S20L30"},      {"S25L35"},      {"S35L45"}},//9
00016     {{"Reset "},     {"ByeBye"},      {0       },      {0       }},//A
00017     {{"Test0 "},     {"Debug0"},      {"Debug1"},      {"Debug2"}},//B
00018     {{"Test1 "},     {"Debug3"},      {"Debug4"},      {"Debug5"}},//C
00019     {{"Strgy0"},     {"Atk0  "},      {"Atk1  "},      {"Atk2  "}},//D
00020     {{"Strgy1"},     {"Atk3  "},      {"Atk4  "},      {"Atk5  "}},//E
00021     {{"Start2"},     {"Active"},      {0       },      {0       }} //F
00022 };
00023 
00024 #endif /*_LCD_CONFIG_H_*/