london3r
Posts: 2
Joined: Tue Jan 16, 2018 10:01 pm

RPi LCD Ethereum Display

Tue Jan 16, 2018 10:07 pm

Hoping for some expert advice :geek:

I purchased the Pi to display web based content, specifically Nanopool information.

Currently using a RPi B+ v1.2 with this LCD display: https://www.ebay.com/itm/1X-RGB-Light-L ... .l4275.c10

There is an existing project but I do not have enough knowledge (e.g. clone github) to get the solution working. I have installed Pixel and have it running on a 32Gb SD card - that is where my knowledge ends unfortunately :/

This is what I am trying to achieve: https://www.reddit.com/r/ethereum/comme ... onitoring/

Any help appreciated! :)

mfa298
Posts: 1387
Joined: Tue Apr 22, 2014 11:18 am

Re: RPi LCD Ethereum Display

Wed Jan 17, 2018 9:18 am

london3r wrote:
Tue Jan 16, 2018 10:07 pm
Hoping for some expert advice :geek:

I purchased the Pi to display web based content, specifically Nanopool information.

Currently using a RPi B+ v1.2 with this LCD display: https://www.ebay.com/itm/1X-RGB-Light-L ... .l4275.c10

There is an existing project but I do not have enough knowledge (e.g. clone github) to get the solution working. I have installed Pixel and have it running on a 32Gb SD card - that is where my knowledge ends unfortunately :/

This is what I am trying to achieve: https://www.reddit.com/r/ethereum/comme ... onitoring/

Any help appreciated! :)
As with any project, break it down into small manageable pieces. Learn how to connect your display and show text on it, learn how to get the various information you want (this might be multiple tasks), then glue it all together.

If you're writing code for this then you might also want to find a quick introduction to python course as well.

Return to “Beginners”