Skip to content

Commit b3514fd

Browse files
committed
2 parents 5895df5 + 124d5be commit b3514fd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sd/messages/readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Text format
77

88
Text files should have an extension of .txt, such as Message.txt.
99

10-
text=message to be displayed. REQUIRED (up to 50 characters in length)
11-
red=red value (0-255) default is 0 (if no color component is specified, the default color is white, or 255, 255, 255)
12-
green=green value (0-255) default is 0
13-
blue=blue value (0-255) default is 0
14-
top=vertical location (top of the text) (0-31) default is 1
15-
left=horizontal location (left of the text) (0-31) default is 1
16-
font=font name (font3x5, font5x7, font6x10, font8x13, gohufont11, gohufont11b) default is gohufont11b
17-
speed=scroll speed in pixels per second (0-255) default is 24
18-
mode=scroll mode (wrapForward, bounceForward, bounceReverse, stopped, off, wrapForwardFromLeft) default is wrapForward
10+
text=message to be displayed. REQUIRED (up to 50 characters in length)
11+
red=red value (0-255) default is 0 (if no color component is specified, the default color is white, or 255, 255, 255)
12+
green=green value (0-255) default is 0
13+
blue=blue value (0-255) default is 0
14+
top=vertical location (top of the text) (0-31) default is 1
15+
left=horizontal location (left of the text) (0-31) default is 1
16+
font=font name (font3x5, font5x7, font6x10, font8x13, gohufont11, gohufont11b) default is gohufont11b
17+
speed=scroll speed in pixels per second (0-255) default is 24
18+
mode=scroll mode (wrapForward, bounceForward, bounceReverse, stopped, off, wrapForwardFromLeft) default is wrapForward
1919

2020
Here's an example text file:
2121

@@ -46,4 +46,4 @@ JSON formatted message files use the same settings as the text format above, wit
4646
"font":"font8x13",
4747
"speed":80,
4848
"mode":"wrapForwardFromLeft"
49-
}
49+
}

0 commit comments

Comments
 (0)