PiClock icon indicating copy to clipboard operation
PiClock copied to clipboard

Simple Clock for the Raspberry Pi, using OpenVG for its output

Results 12 PiClock issues
Sort by recently updated
recently updated
newest added

It might be useful to be able to control/monitor the Raspberry Pi's GPIO form the Tally Server...

Allow an intial configuration and layout to be defined, probably by a config file specifying a set of commands which would otherwise have been delivered over the remote control protocol.

Currently the code only supports using a PiFace Digital

It should be possible to change fonts at runtime, probably by submitting font files over the control socket. This issue depends on #9

It shouldn't be difficult to support the full unicode character set. To do this sensibly fonts should be loaded at runtime (rather than compile time). Individual glpyhs should probably be...

Shouldn't be too hard to allow Clock faces and hands to be submitted as images (probably over control socket).

I'm assuming you're happy to have this sort of thing listed? Hopefully it will help uptake in the clock too. I don't know if you want it listed on the...

Hi @simonhyde A. I really like this project. Well done! B. I'm ~~stealing~~ forking it. :) C. One suggestion: Could you explain in the README why you're supporting the Tally...

It might make more sense to control/manage via MQTT, rather than a proprietary protocol

Currently, we only have clients authenticate themselves to the server. Servers should probably also auto to authenticate themselves to the client.