Turning off the PiFace Control and Display

Here's how to go about making sure the LCD screen cleans up after itself

I have been playing with the PiFace Control and Display have been absolutely loving it. I will be posting up plenty more about it in the coming weeks. Here’s a review I’ve written on the PiFace Control and display.

I have noticed when I am using the Python library PiFaceCAD and do something daft that makes the program exit incorrectly the LCD screen doesn’t clean up after itself.

It feels like this would be a drain on battery and just knacker the hardware a bit quicker so I have written a quick Python script that will turn the LCD screen off. You can run this if ever you notice your screen on when it shouldn’t be.

PiFace Control and Display

Recent posts View all

JavaScript

Setting a more specific database type in Prisma

Prisma sets a default of TEXT for all String fields, here is how you can override that.

Ruby

Override database attribute types

Sometimes you don't have control over how your database handles information, so you need Rails to set it