Driver for penta-sata-tower of rockpi4 from radxa

  • Hi,

    This is my first release of a driver for penta-sata-tower, that uses rockpi4 from radxa. This driver was developed for LE.

    It was a hard way for me, as I was not able to port the dependencies of the original driver ...

    So I had to write everything from scratch - and I never wrote a single line using python language before.

    anyway - for those who are interested: driver is available from github. See READ.ME beside package.mk

    The driver offers temperature based fan control using cpu and hdd temperature (customizable by config file). Furthermore it supports handling of button from top-panel. Three button states are recognized/supported: clicked, double clicked and long pressed.

    Each state can be bound to a system executable or a python function. This is customizable by config file too.

    Have fun