- Knowledge Base
- Developer
- HMT Custom Software Configuration
-
Developer
-
RealWear Navigator™ 500 Series
- Overview
- Features and Specifications
- Wearing Your Device
- Device Setup
- Interacting with Your Device
- Device Power
- Battery Use
- Home Screen
- My Programs
- My Camera
- My Files
- My Training
- Safety
- Device Care
- Ownership Information
- User Guide
- FAQ
- Thermal Camera Module
- Display Technology Comparison
- Cleaning Your Device
-
RealWear Cloud
-
RealWear Releases
-
RealWear HMT-1®
-
RealWear HMT-1Z1®
-
RealWear Apps
-
Configure
-
RealWear Modules & Accessories
-
RealWear Navigator™ Series
Configure – Home Screen Background
Config Files:
/<storage>/realwear/com.realwear.launcher/config/homescreen_background.json ← custom file
Format and Options
To set a custom image as the Home Screen background on the HMT, it must first be converted to a Base 64 encoded string. The original image should be 854 x 456 pixels to avoid any clipping or distortion.
To convert your image to the required string format, refer to Base 64 Encoding.
Example json file:
{
"backgroundImage": {
"default_background": "light",
"light": "base 64 encoded image",
"dark": "base 64 encoded image"
}
}