lr-m / ESPIR-Crypto-Ticker

ESP8266 NodeMCU powered Crypto Ticker that uses an ST7735 TFT screen to display stats and candle charts, unlike other implementations, all setup and configuration is done locally via the IR remote. Also has functionality that allows the user to add, and view in different representations, their portfolio. Uses CoinGecko API.
GNU General Public License v3.0
11 stars 4 forks source link

Option to change the "Change" (USD, EUR, GBP) #15

Closed djste123 closed 2 years ago

djste123 commented 2 years ago

I'd like to change the Change using a new option in the menu, instead of hard coding it.

I was able to use the code on a st7789 1.3" 240x240 tft display with some modifications to your code.

Thank you!

lr-m commented 2 years ago

Just pushed this functionality to the main branch.

Glad the code could be of use!

lr-m commented 2 years ago

At the moment it wipes the existing candles when you switch currency, I might make it so that it just modifies the existing data in the candles rather than wipe them soon!