Red / Green Pixel Colours Based off Stock Market Levels

Toni

New elf
Joined
Aug 31, 2018
Messages
42
Location
Sydney
Hi Guys,

Can anyone please point me in the right direction here?

How are some people able to program a pixel controller to display either green (when up) or red (when down) on stock market conditions.

I'd imagine you would need a controller that takes an SD card that is pre-programmed and which hooks into an API?

Thanks
 

JohnsRdChristmas

Full time elf
Joined
Dec 12, 2016
Messages
131
Location
Central Coast
Guess it's more a software thing more then a controller thing (unless a controller has some sort of a plugin to grab stock data)

Controller receives data and displays it,
Software/plugin needs to grab and sequence the data,

Will look into it though as I'm curious
 

JohnsRdChristmas

Full time elf
Joined
Dec 12, 2016
Messages
131
Location
Central Coast
Are you using a falcon pi? As there looks to be a stock ticker, not sure if there's config options for it but sure the green red would be a common idea
 

Toni

New elf
Joined
Aug 31, 2018
Messages
42
Location
Sydney
Cheers. Im not using anything yet, trying to figure out what the ideal controller would be. It needs to be dead simple.
 

David_AVD

Grandpa Elf
Community project designer
Generous elf
Joined
Jun 12, 2010
Messages
4,681
Location
Victoria Point (Brisbane)
Sure, you can use an Arduino and some libraries to control the pixels, but you're going to have to write a bunch of code for the stock market part.
 

Toni

New elf
Joined
Aug 31, 2018
Messages
42
Location
Sydney
Im certain someone would have already done the code part. Arduino has a huge community.
 
Top