Skip to content

Commit 53054d8

Browse files
authored
Update Universal-Display-Driver.md
A bit of clarification
1 parent 37c6e42 commit 53054d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Universal-Display-Driver.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ The configuration template is slightly different with uDrive:
4949

5050
Select the appropriate `display.ini` file from the [repository](https://github.com/arendst/Tasmota/tree/development/tasmota/displaydesc), and store it as `display.ini` file in the file system.
5151

52-
Storing `display.ini` is the preferred method to configure the descriptor file. If this is not possible or if the device has no filesystem, use the alternative methods:
52+
Storing `display.ini` is the preferred method to configure the descriptor file. If this is not possible or if the device has no filesystem, use one of the alternative methods:
5353

5454
1. A `display.ini` file present in the flash file system. ***preferred option***
5555
2. A special `>d` section in scripting. Copy the file to the `>d` script section and place a `->displayreinit` cmd into `>B` section
56-
3. Copy the descriptor to `Rule 3` but **do not** enable it. Convert the multiline descriptor into a single line descriptor by replacing every linefeed with a space. All other spaces need to be removed
57-
4. Compile the descriptor into the binary with a `#define DSP_ROM_DESC` string in `user_config_override.h`, see [example here]([url](https://github.com/arendst/Tasmota/blob/development/tasmota/displaydesc/readme.md)).
56+
3. Copy the descriptor to `Rule3` but **do not** enable it. Convert the multiline descriptor into a single line descriptor by replacing every linefeed with a space. All other spaces need to be removed. Maximum length is a little more than 511 bytes.
57+
4. Compile the descriptor into the binary with a `#define DSP_ROM_DESC` string in `user_config_override.h`, see [example here](https://github.com/arendst/Tasmota/blob/development/tasmota/displaydesc/readme.md).
5858

5959
### Step 6. Restart
6060

0 commit comments

Comments
 (0)