Hi Genoil
sorry to bother you with this, but, where is the part of the code that outputs to console the stats? I wanna remove the color coding because when I redirect to syslog i get:
Jul 9 20:34:10 room2 logger: #033[32m m #033[35m20:34:10#033[0m#033[30m|#033[34methminer#033[0m Mining on PoWhash #a45d0e4b#033[0m : 56.62MH/s [A4154+22:R0+0:F0]
Jul 9 20:34:12 room2 logger: #033[32m m #033[35m20:34:12#033[0m#033[30m|#033[34methminer#033[0m Mining on PoWhash #a45d0e4b#033[0m : 55.05MH/s [A4154+22:R0+0:F0]
Jul 9 20:34:14 room2 logger: #033[32m m #033[35m20:34:14#033[0m#033[30m|#033[34methminer#033[0m Mining on PoWhash #a45d0e4b#033[0m : 56.10MH/s [A4154+22:R0+0:F0]
and it is quite complicated to extract the megahashes to display properly on the LCD(actually i had done it as you can see in the image, but sometimes it outputs shit)
here it is when it works (90% of the time) hehe.
thanks!
indkt.
cpp-ethereum/libdevcore/Terminal.h
You can make the color definitions for *nix empty like WIN32 (which also doesn't support console colors like this)
I like what you are doing. Finally a good use for these displays

Thank you!, done it!

, i didn't look enough on the code or I will have seen it

I am getting lazy, not good.
if you or someone wanna do it, I can create a thread with the howto, it's not difficult (linux only) it is a
messy bash script that outputs the data from nvidia-smi and syslog formatted via serial port, then a pic 16F84 takes that and show it on the display.