diff --git a/docs/Universal-Display-Driver.md b/docs/Universal-Display-Driver.md index 53e2675e4e..9649a2aa04 100644 --- a/docs/Universal-Display-Driver.md +++ b/docs/Universal-Display-Driver.md @@ -54,7 +54,7 @@ Storing `display.ini` is the preferred method to configure the descriptor file. 1. A `display.ini` file present in the flash file system. ***preferred option*** 2. A special `>d` section in scripting. Copy the file to the `>d` script section and place a `->displayreinit` cmd into `>B` section 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 -4. Compile the descriptor into the binary in a section in `user_config_override.h` under driver 17 (const char) +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)). ### Step 6. Restart