Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed AQM1602 HMC6352 PID
setting/LcdConfig.h@32:247115c03176, 2016-02-02 (annotated)
- Committer:
- lilac0112_1
- Date:
- Tue Feb 02 04:09:41 2016 +0000
- Revision:
- 32:247115c03176
- Parent:
- 31:0b0f64831771
- Child:
- 36:50092d488f78
goodlineAnd easy reset
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| lilac0112_1 | 16:6900f47fa0b5 | 1 | #ifndef _LCD_CONFIG_H_ |
| lilac0112_1 | 16:6900f47fa0b5 | 2 | #define _LCD_CONFIG_H_ |
| lilac0112_1 | 16:6900f47fa0b5 | 3 | |
| lilac0112_1 | 16:6900f47fa0b5 | 4 | //Lcd出力文字(6文字に揃える.) |
| lilac0112_1 | 16:6900f47fa0b5 | 5 | const char lcdstr[0x10][0x04][BUFSIZE]={ |
| lilac0112_1 | 32:247115c03176 | 6 | {{"None "}, {"Strgy "}, {"Reset "}, {0 }},//0 |
| lilac0112_1 | 18:97eba56f82e4 | 7 | {{"Start "}, {"Active"}, {0 }, {0 }},//1 |
| lilac0112_1 | 26:fbb03281fc7d | 8 | {{"Ir "}, {"IrSpot"}, {"IrNote"}, {"IrPstn"}},//2 |
| lilac0112_1 | 22:a95f7c63af3c | 9 | {{"Line "}, {"LnABC "}, {0 }, {0 }},//3 |
| lilac0112_1 | 22:a95f7c63af3c | 10 | {{"Cmps "}, {"Cmps "}, {0 }, {0 }},//4 |
| lilac0112_1 | 22:a95f7c63af3c | 11 | {{"ClbEnt"}, {"Enter "}, {0 }, {0 }},//5 |
| lilac0112_1 | 22:a95f7c63af3c | 12 | {{"ClbExt"}, {"Exit "}, {0 }, {0 }},//6 |
| lilac0112_1 | 27:769cb5a7ea37 | 13 | {{"CpsRst"}, {"CpsRst"}, {0 }, {0 }},//7 |
| lilac0112_1 | 28:8ac6c3c1e643 | 14 | {{"S_POW "}, {"15 "}, {"25 "}, {"35 "}},//8 |
| lilac0112_1 | 28:8ac6c3c1e643 | 15 | {{"L_POW "}, {"15 "}, {"25 "}, {"35 "}},//9 |
| lilac0112_1 | 27:769cb5a7ea37 | 16 | {{"Reset "}, {"ByeBye"}, {0 }, {0 }},//A |
| lilac0112_1 | 23:d95d8d3e89f3 | 17 | {{"Test0 "}, {"Debug0"}, {"Debug1"}, {"Debug2"}},//B |
| lilac0112_1 | 23:d95d8d3e89f3 | 18 | {{"Test1 "}, {"Debug3"}, {"Debug4"}, {"Debug5"}},//C |
| lilac0112_1 | 23:d95d8d3e89f3 | 19 | {{"Strgy1"}, {"Atk0 "}, {"Atk1 "}, {"Atk2 "}},//D |
| lilac0112_1 | 23:d95d8d3e89f3 | 20 | {{"Strgy0"}, {"Atk3 "}, {"Atk4 "}, {"Atk5 "}},//E |
| lilac0112_1 | 28:8ac6c3c1e643 | 21 | {{"Start2"}, {"Active"}, {0 }, {0 }} //F |
| lilac0112_1 | 16:6900f47fa0b5 | 22 | }; |
| lilac0112_1 | 16:6900f47fa0b5 | 23 | |
| lilac0112_1 | 16:6900f47fa0b5 | 24 | #endif /*_LCD_CONFIG_H_*/ |