File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
content/components/display Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,14 @@ display:
80
80
- **auto_wake_on_touch** (*Optional*, boolean): If set to `true`, the Nextion will be configured to wake from sleep
81
81
when touched.
82
82
83
+ - **max_queue_age** (*Optional*, int): Maximum age in milliseconds for queued commands before they are automatically
84
+ removed. This helps prevent stale commands from being executed after delays.
85
+ Range : 0-65535. Defaults to `8000` (8 seconds).
86
+
87
+ - **startup_override_ms** (*Optional*, int): Time in milliseconds to wait before forcing the display to be marked as ready
88
+ if it hasn't responded to the connection handshake. This is useful for displays with slower startup sequences.
89
+ Range : 0-65535. Defaults to `8000` (8 seconds).
90
+
83
91
- **skip_connection_handshake** (*Optional*, boolean): Sets whether the initial display connection handshake process is
84
92
skipped. When set to `true`, the connection will be established without performing the handshake. This can be
85
93
useful when using Nextion Simulator. Defaults to `false`.
You can’t perform that action at this time.
0 commit comments