Skip to content

Commit 6f7de70

Browse files
committed
change readme
1 parent 8a7c34d commit 6f7de70

1 file changed

Lines changed: 11 additions & 17 deletions

File tree

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,47 @@
11
Grove - LCD RGB Backlight
22
---------------------------------------------------------
33

4-
<br>
54
### Change Color of Backlight
65
One of Grove - LCD RGB Backlight's most important feature is changing the backlight color. It's very simple; just use the folowing function:
76

87
void setRGB(int r, int g, int b);
98

109

11-
<br>
1210
### Clear display
1311

1412
You can clear the display by this function:
1513

1614
void clear();
1715

18-
<br>
16+
1917
### Turn on and turn off display
2018

2119
void noDisplay(); // turn off display
2220
void display(); // turn on display
2321

24-
<br>
2522
### Blink
2623

2724
void stopBlink();
2825
void blink();
2926

30-
<br>
3127
### Cursor
3228

3329
void noCursor();
3430
void cursor();
3531

36-
<br>
3732
### Blink LED Backlight
3833

3934
void blinkLED();
4035
void noBlinkLED();
4136

4237

43-
<br>
44-
* @n [Get the module here](等上架后添加商品购买链接)
45-
* @n This example Set the volume size and play music snippet.
46-
* @n [Connection and Diagram](等上架后添加wiki链接)
47-
*
48-
* Copyright [DFRobot](http://www.dfrobot.com), 2016
49-
* Copyright GNU Lesser General Public License
50-
*
51-
* @author [yangyang](971326313@qq.com)
52-
* version V1.0
53-
* date 2017-2-10
38+
* @n [Get the module here](等上架后添加商品购买链接)
39+
* @n This example Set the volume size and play music snippet.
40+
* @n [Connection and Diagram](等上架后添加wiki链接)
41+
*
42+
* Copyright [DFRobot](http://www.dfrobot.com), 2016
43+
* Copyright GNU Lesser General Public License
44+
*
45+
* @author [yangyang](971326313@qq.com)
46+
* version V1.0
47+
* date 2017-2-10

0 commit comments

Comments
 (0)