Displays a Cryptocurrency ticker on a Pimoroni Scroll Bot - Pi Zero W Project Kit
Displays a Cryptocurrency ticker on a Pimoroni Scroll Bot - Pi Zero W Project Kit, using a rust command line tool to get the Cryptocurrency data.
resin remote
to your local workspaceThe behaviour must be configured with the following environment
variables:
Environment Variable | Description |
---|---|
brightness | Set the display brightness (float between 0 and 1 , 0.5 works well) |
rotation | Set the display rotation (integer between 0 and 360 , set to 180 for this project) |
cryptos | Set the Cryptocurrencies to display (space separated list of symbols, for example BTC ETH ) |
format | Set the Cryptocurrency format (string consisting of values specified in the coinmarketcap API, for example {symbol} {percent_change_24h}% |