Skip to content

Commit

Permalink
Update Universal-Display-Driver.md
Browse files Browse the repository at this point in the history
Better description of including a display descriptor directly in the binary.
  • Loading branch information
sfromis authored Feb 11, 2025
1 parent 066707c commit 37c6e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Universal-Display-Driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37c6e42

Please sign in to comment.