/<storage>/realwear/com.realwear.launcher/config/homescreen_background.json ← custom file
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" } }
Suggestions on improving this product and documentation are super welcome and appreciated!
© 2020 RealWear, Inc. All rights reserved.