mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-09 04:31:18 +00:00
![]() This allows us to show the devices in a GUI with a nice icon. Some of the icon mappings are not perfect and I'll be asking the GNOME designers for some additions to the icon specification. Custom vendor icons can also be specified, and /usr/share/fwupd/icons would be a good place to put them. If vendor icons are used they should show a physical device with the branding, rather than just the vendor logo. |
||
---|---|---|
.. | ||
fu-plugin-colorhug.c | ||
meson.build | ||
README.md |
ColorHug Support
Introduction
The ColorHug is an affordable open source display colorimeter built by Hughski Limited. The USB device allows you to calibrate your screen for accurate color matching.
ColorHug versions 1 and 2 support a custom HID-based flashing protocol, but version 3 (ColorHug+) has now switched to DFU.
Build Requirements
For colorhug support you need to install colord 1.2.12 or later.
- source: https://github.com/hughsie/colord
- rpms: http://people.freedesktop.org/~hughsient/fedora/
- debs (Debian): https://tracker.debian.org/pkg/fwupd
- debs (Ubuntu): https://launchpad.net/ubuntu/+source/fwupd
If you don't want or need this functionality you can use the
--disable-colorhug
option.