steve71 / RasPiBrew

Raspberry Pi Temperature Controller for homebrewing and sous vide cooking
http://steve71.github.io/RasPiBrew/
MIT License
188 stars 75 forks source link

Factor out LCD code #20

Closed hrafnkelle closed 8 years ago

hrafnkelle commented 8 years ago

LCD code moved to a Display class.

I'm using a NoDisplay subclass to handle the cases where there is no LCD so the main code doesn' have to know what display type there is.