Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
Minor addition in "text" property
  • Loading branch information
Gerrit-KMeier authored Sep 17, 2023
1 parent e83295e commit 98d99d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Below are the properties you can utilize in the JSON object. **All keys are opti

| Key | Type | Description | Default | Custom App | Notification |
| --- | ---- | ----------- | ------- | ------- | ------- |
| `text` | string | The text to display. | N/A | X | X |
| `text` | string | The text to display. Keep in mind the font does not have a fixed size and `I` uses less space than `W`. This facts affects when text will start scrolling | N/A | X | X |
| `textCase` | integer | Changes the Uppercase setting. 0=global setting, 1=forces uppercase; 2=shows as it sent. | 0 | X | X |
| `topText` | boolean | Draw the text on top. | false | X | X |
| `textOffset` | integer | Sets an offset for the x position of a starting text. | 0 | X | X |
Expand Down

0 comments on commit 98d99d9

Please sign in to comment.