Skip to content

Releases: strodgers/epomaker-controller

v0.0.9-alpha

02 Nov 06:51
ecd40d3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.8-alpha...v0.0.9-alpha

v0.0.8-alpha

02 May 17:04

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7-alpha...v0.0.8-alpha

This is a reasonably big release; there should be some stability improvements with no longer sending init data causing a crash.
There is also support for setting a temperature sensor on a device which has multiple sensors on it, and also some basic support for NVIDIA GPU temperatures.

v0.0.7-alpha

08 Dec 18:35
f20e94c

Choose a tag to compare

What's Changed

  • Config file encoding by @strodgers in #47
  • Use a time helper class to ensure delays between sending commands by @strodgers in #52
  • Remove annoying log message about config existing
  • Moved some code out of cli.py since that should only be forwarding commands to epomakercontroller
  • Move some useful bits of code to a utils module
  • Some reformatting

Full Changelog: v0.0.6-alpha...v0.0.7-alpha

v0.0.6

01 Oct 10:16

Choose a tag to compare

Lots of improvements and changes in this release

What's Changed

Also some improvements with stability eg sending initialization data on startup, although there are still some unresolved issues by users (#29)

Remove dependencies

18 Jul 16:53

Choose a tag to compare

There were lots of dependencies on this project that are not needed

I have removed most of them and separated out test requirements

v0.0.4-alpha

09 Jul 17:41
605bd33

Choose a tag to compare

  • Add option to generate udev rule for keyboard, avoiding need to run as root

v0.0.3-alpha

09 Jul 13:43

Choose a tag to compare

  • Fix issue with upload-image, should use interface 0
  • Support multiple PIDs as reported by users in #17
  • Minor updates to daemon

v0.0.2-alpha

08 Jul 15:34

Choose a tag to compare

Basic functionality to communicate with the Epomaker RT100 keyboard over USB:

  • Send numbers to the CPU and temp displays on the screen
  • Send an image to the screen
  • Update time/date on the screen
  • Start a daemon to send CPU usage and/or temperature information to the screen
  • Basic RGB controls, cycling through available profiles, setting all keys to one colour

Problems:

  • No support for 2.4Ghz or Bluetooth
  • Some users reporting problems with HID interface numbers (#17)
  • Need better support for using the actual keyboard eg macros, setting individual keys via CLI, layers