Howchoo / crypto-ticker

25 stars 15 forks source link

Output #17

Closed Zach1812 closed 3 years ago

Zach1812 commented 3 years ago

I've been looking this over but can't understand it's output format. Ideally I would be able to output this ticker to i2c/spi/hdmi, but am unsure how that works.

Am I missing something?

josephtyler commented 3 years ago

This is built very specifically for an LED matrix. I tried to abstract code into various files that might be able to be modified for other types of displays in the future. frame.py is mostly a wrapper for the RGBMatrix library. price_apis.py intends to abstract out the code that actually fetches prices. ticker.py sort of ties everything together.

If you wanted to use this on a different display, you could look at ticker.py and start with the run method.