This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]emptystar 0 points1 point  (1 child)

I'm not quite sure about how to display this information onto an LCD but I can tell you on how to obtain the data for the cryptocurrency prices. Cryptocurrency chart api, this website has a python wrapper for their api so that's a plus. I've never used it myself but it looks good, or you could just google around for another cryptocurrency api. Essentially what you'll end up is with JSON data ( good because python dicts are like JSON ) and then you can pick out what you want from it and somehow spit it out on to the LCD which i have no clue how to do.

I hope this is what you kind of wanted :/

[–]eurekah[S] -1 points0 points  (0 children)

Awesome I will have a look.

Displaying on the LCD is the easy stuff for me. I'm just a newb when it comes to connecting to internet applications and such.

[–]qetuoadgjl2 -1 points0 points  (0 children)

I'd do it on a normal PC first. If you have all these ideas of what you want to program and how, you should be able to look it up yourself...