I was on the adafruit youtube channel when i saw a icon for a video showing a one of their 16x2 LCD displays and it reminded me of the server room i went in on my work experience where the servers had similar displays showing system info such as ip address etc... So i went on the adafruit website and found the following device:
https://www.adafruit.com/products/181
Now i have decided that if i can get access to an acrylic laser cutter or 2D rinter or can be bothered to going to the effort of taking the dremel to some acrylic but i would like to make a case incorporating this screen and also storing my raspberry pi which i have decided for the time being will solely going to be used for server tasks for this time being so now i have the problem of making it work.
I am planing on purchasing the display linked above and adafruit have created the following tutorial on how to get it wired up:
http://learn.adafruit.com/character-lcds/overview
Now i see myself having two problems which i require the help of the amazing people on here:
1. The tutorial is using an arduino board to make the display work, now i would like to eliminate the the need for this extra board and instead connect the display to the GPIO connectors on the pi and then provide 5v power by cuttong my current power suply cable and adding an extra connector and having an extra case mounted power connector to provide full 5v to the display would any of this be possible?
2. There is going to be a problem for me getting the software side of things working now if i can use GPIO then i am going to need someone to help me big time with getting the display to show regularly updating data and if i have to use some sort of extra board to get the display working how to provide the regularly updating data to the display. Now i have decided what i would like to start off with then change the data as i learn more about what i doing but here as follows shows what i would like to show in each of the 16 blocks on each of the 2 llines the display supports:
- Line 1:
IP: 192.168.0.00 - this shows exact amount of current static ip being used.
- Line 2:
CPU:98% RAM:124M - exactly 16 digits if a space is between % and RAM and no spaces after each (:) symbol.
I have absolutely no coding experience other than HTML and a little PHP so i will need either a lot of help or an existing tutorial to teach me what to do and i am hoping that the wonderful people on this forum are able to help me


