I was looking through my PiMP startup script & saw this:
# USB LCD Displays
# Start the LCD display service. Optional, for USB LCD display support.
# These are for any "USB LCD device" commonly used with Raspi
# Example: https://www.adafruit.com/product/782
# The default will cycle through CPU Load, network, etc.
I had already thought it'd be cool to mount a small display to my rig(headless) to show hashrate, temps, & power usage. Or also connect some RGB lights in combination to display different colors for errors etc. I assumed I'd have to have my master of arduinos wife throw something together but maybe there's a way to modify the source that would typically display CPU load, network etc. to show the metrics I want.
Thoughts, suggestions? Has anyone done this or similar?