From 23f60a340723b7da1bead5f50139e9501c76a680 Mon Sep 17 00:00:00 2001 From: Jensen Kuras Date: Fri, 17 Apr 2026 16:09:21 -0700 Subject: [PATCH] chore: Updating sleep screen dimensions for X3 (#1688) ## Summary Updating the docs so it has the accurate dimensions for sleep screens on the X3 and the X4. --- ### AI Usage While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it helps set the right context for reviewers. Did you use AI tools to help write this code? _**NO**_ --- USER_GUIDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/USER_GUIDE.md b/USER_GUIDE.md index 8552cb222..1575927a8 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -336,7 +336,8 @@ To use custom sleep images, set the sleep screen mode to **Custom** or **Cover + > [!TIP] > For best results: > - Use uncompressed BMP files with 24-bit color depth -> - Use a resolution of 480x800 pixels to match the device's screen resolution. +> - X4: Use a resolution of 480x800 pixels to match the device's screen resolution. +> - X3: Use a resolution of 528x792 pixels to match the device's screen resolution. ---