Thanks for your interest! RedControl is a single-file Tkinter app (redcontrol.py).
Open an issue with:
- Your GPU (e.g. RX 6600) and distro
umr --versionoutput- What you did and what happened (a screenshot helps)
- Relevant lines from
python3 redcontrol.py --debug
- Keep it a single file with no required third-party Python packages (Tkinter only;
pystray/pilloware optional). - Every register write must be logged to the CMD Log as its exact
umrcommand. - UI colors must come from the theme (
self.theme[...]), never hardcoded — so dark, e-ink and future themes all work. - Risky display changes must go through the Keep/Revert confirmation with auto-revert.
Run python3 -m py_compile redcontrol.py before committing. Test on real hardware where possible.