PiSupply / PaPiRus

Resources for PaPiRus ePaper eInk displays
https://www.pi-supply.com/product/papirus-epaper-eink-screen-hat-for-raspberry-pi/
Other
345 stars 88 forks source link

Updating operation to give possibility to change scale read by echo #60

Open stephen-kobe opened 7 years ago

stephen-kobe commented 7 years ago

Just change lines 26 and 27 in '/bin/papirus-temp': papirus-temp.zip

ie=$(echo "scale=3;(${id}_0.125)/1" | bc) if=$(echo "scale=3;(${ie}_1.8+32)/1" | bc)

shawaj commented 7 years ago

@sKoeberle do you have any indication of how this would be used?

and also can you maybe do a PR for what you are suggesting?