Skip to content

Commit b8f8485

Browse files
committed
Update README to add rotation parameter
1 parent adbc279 commit b8f8485

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,11 @@ text:
186186
| `min_frame_interval` | int (ms) | ❌ | `80` | Minimum time between frames on the wire, in milliseconds. |
187187
| `jpeg_quality` | int | ❌ | `85` | JPEG quality hint for the server’s encoder. |
188188
| `max_bytes_per_msg` | int (B) | ❌ | `14336` or `61440` | Upper bound for a single WS binary message. |
189-
| `big_endian` | bool | ❌ | `true` or `false` | Use big-endian RGB565 pixel order for JPEG output (set false for little-endian panels). Default is `true`|
189+
| `big_endian` | bool | ❌ | `true` or `false` | Use big-endian RGB565 pixel order for JPEG output (set false for little-endian panels). Default is `true`. |
190+
| `rotation` | int | ❌ | 0, 90, 180, 270 | Enables software rotation for both the display and touchscreen. |
190191

191192
## Recommendations
193+
192194
- **full_frame_tile_count** set to 1 is the most efficient way to do a full-screen update; use it if your network/device memory allows it.
193195
- **every_nth_frame** must be 1 if you don’t want to miss changes (though increasing it may reduce server load). I recommend keeping it set to 1.
194196
- **min_frame_interval** should be slightly larger than the render time reported by the self-test (set `self-test` as a url parameter in the YAML).

0 commit comments

Comments
 (0)