diff --git a/README.md b/README.md index c52e804..f5add62 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ \* It has been reported to affect all motherboard LEDs as well, but I do not guarantee it. # How it works -![MSIRGB](https://i.imgur.com/lnpch6a.png) +![MSIRGB](media/main_window.PNG) When you run MSIRGB, you will see this GUI. Here you can experiment with simple effects by changing hardware-implemented settings in your motherboard. @@ -26,7 +26,7 @@ When you run MSIRGB, you will see this GUI. Here you can experiment with simple # Example effects Hue Wheel - ![hue wheel effect](https://i.imgur.com/wer1EeF.gif) + # Scripting interface (for creating effects) Learn more about how to create scripts and find the Lua API reference in the [wiki](../../wiki/Scripts). diff --git a/media/hue_wheel.gif b/media/hue_wheel.gif new file mode 100644 index 0000000..f122c1d Binary files /dev/null and b/media/hue_wheel.gif differ diff --git a/media/main_window.PNG b/media/main_window.PNG new file mode 100644 index 0000000..4552484 Binary files /dev/null and b/media/main_window.PNG differ