You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Universal-Display-Driver.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,12 +49,12 @@ The configuration template is slightly different with uDrive:
49
49
50
50
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.
51
51
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:
53
53
54
54
1. A `display.ini` file present in the flash file system. ***preferred option***
55
55
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).
0 commit comments