Skip to content

Open source tray app for Griffin PowerMate Bluetooth and USB

License

Notifications You must be signed in to change notification settings

gorlak/PowerMateTray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerMateTray

PowerMateTray is a Windows notification area (AKA "system tray") application for application that provides access to the basic features of the bluetooth version of the Griffin PowerMate. The bluetooth version of this device only had an official software release for macOS. This program implements basic Windows session volume articulation.

If you fork and extend this project, drop me a line on twitter as I'd be happy to see it grow to support other generally useful features.

After cloning the repository open an Visual Studio command prompt in your preferred version and target architecture:

git submodule update --init --recursive

will pull down necessary submodules. Then run

build_wx.bat

to build wxWidgets. Then you can open the solution and build the matching architecture configuration (x64 or Win32)