Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangqiang101 authored Mar 6, 2023
1 parent 5d5f3b9 commit 6f7e6f0
Showing 1 changed file with 10 additions and 36 deletions.
46 changes: 10 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@

Turn your wallpaper into an OpenRGB device. You can now control the RGB lighting on your wallpaper and synchronize wallpaper with other OpenRGB compatible devices by [OpenRGB](https://gitlab.com/CalcProgrammer1/OpenRGB).

![image](https://user-images.githubusercontent.com/11488961/201601205-465ca003-1300-4caa-a7e5-1897fb00119f.png)

![image](https://user-images.githubusercontent.com/11488961/201601205-465ca003-1300-4caa-a7e5-1897fb00119f.png)
![Wallpaper Engine](https://user-images.githubusercontent.com/11488961/223149326-c279a386-f549-445a-8dad-6dc18a14dcca.png)

# Screenshots
![IMG_6915](https://user-images.githubusercontent.com/11488961/202174752-3ecf4780-be04-40de-9382-d5ad14732104.JPG)
![IMG_6916](https://user-images.githubusercontent.com/11488961/202174762-a31ea030-35ec-47d6-a1b7-d8cee2229893.JPG)
![IMG_6917](https://user-images.githubusercontent.com/11488961/202174765-5b2bbdfc-581e-4bf2-ab65-979c0533dd4b.JPG)
![IMG_6919](https://user-images.githubusercontent.com/11488961/202174769-6164a88d-039d-4922-a501-51649a4a2da6.JPG)

# Download
https://steamcommunity.com/sharedfiles/filedetails/?id=2942091593
- [Steam Workshop Stable](https://steamcommunity.com/sharedfiles/filedetails/?id=2942091593)
- [Steam Workshop Experiment](https://steamcommunity.com/sharedfiles/filedetails/?id=2942380004)
- [OpenRGB Wallpaper](https://github.com/qiangqiang101/OpenRGB-Wallpaper)
- [Cover Images Download](https://github.com/qiangqiang101/OpenRGB-Wallpaper/wiki/Wallpapers)

# Prerequisite
- [OpenRGB by CalcProgrammer1](https://gitlab.com/CalcProgrammer1/OpenRGB)
Expand All @@ -34,40 +38,10 @@ From the latest release [test result](https://www.virustotal.com/gui/file/34a2b0
You need Visual Studio 2022 or newer, run OpenRGBWallpaperEngine.sln to begin. Click the Build on menu, select Build Solution.

# How To
1. Run OpenRGB, go to Settings tab, Click E1.31 Devices.
2. Click Add button at bottom, Enter:
```
Name: Wallpaper1 (Must identical with Device Name on Wallpaper Engine)
IP: Put a bogus IP (Example: 0.0.0.1)
Start Universe: 1
Start Channel: 1
Number of LEDs: 2304
Type: Matrix
Matrix Width: 64
Matrix Height: 36
Matrix Order: Horizontal Top Left
RGB Order: GRB
Universe Size: 510
Keepalive Time: 1000
```
![image](https://user-images.githubusercontent.com/11488961/201520080-4f8fc71e-c041-4509-87f4-c31f5819d11f.png)

3. Save Settings, Click Rescan Devices or Restart OpenRGB.
4. On OpenRGB, go to SDK Server, click Start Server.
5. OpenRGB Wallpaper should now automatically connects to OpenRGB.

Note:
1. The Device name on Wallpaper Engine properties must Identical with the name on E1.31.
2. You are allow to change the Matrix Size, but make sure your LED count is matching the size, IE:
```
Width Height LEDs
16 x 9 = 144
32 x 18 = 576
64 x 36 = 2304
256 x 144 = 36864
```
* The higher the LED count, the higher the CPU usage used.
- [How to Setup Wallpaper](https://github.com/qiangqiang101/OpenRGB-Wallpaper-Engine/wiki/How-to-Setup-Wallpaper)

# Special Thanks
- [OpenRGB by CalcProgrammer1](https://gitlab.com/CalcProgrammer1/OpenRGB)
- [OpenRGB.NET SDK by diogotr7](https://github.com/diogotr7/OpenRGB.NET)
- [WindowsDisplayAPI by Soroush Falahati](https://github.com/falahati/WindowsDisplayAPI)
- [Json.NET by newtonsoft](https://github.com/JamesNK/Newtonsoft.Json)

0 comments on commit 6f7e6f0

Please sign in to comment.