diff --git a/README.md b/README.md index 54bd6454..127f7ca1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Designed for Asus Zephyrus G14 2022 (with AMD Radeon iGPU and dGPU). But could p A small windows system tray utility that allows you to switch between 3 main GPU modes (mirroring ones from ASUS Armory Crate). Uses proprietary ASUS WMI commands to do switching. Therefore requires Administrator priveledges on Windows to run. +![Screenshot](https://github.com/seerge/g14-helper/blob/main/g14-gpu.png) + 1. Eco mode : only low power iGPU (Radeon 680u) enabled, iGPU drives built in display 2. Standard mode (Windows Hybrid) : iGPU and dGPU (Radeon 6700s/6800s) enabled, iGPU drives built in display 3. Ultimate mode: iGPU and dGPU enabled, but dGPU drives built in display + +![Ultimate Mode](https://github.com/seerge/g14-helper/blob/main/ultimate.png) diff --git a/g14-gpu.png b/g14-gpu.png new file mode 100644 index 00000000..e12943cf Binary files /dev/null and b/g14-gpu.png differ diff --git a/ultimate.png b/ultimate.png new file mode 100644 index 00000000..10598e64 Binary files /dev/null and b/ultimate.png differ