Is there a way to grab the estimated current value?

Hello,

I created a usermod that uses an ESP32 with a built-in TFT screen (TTGO T-Display). I use it to display IP, SSID, effect and palette. Would there be a way to grab the estimated current value that is shown in the Info panel and show that value on the display?

Hi, yes, strip.currentMilliamps is what you are looking for!

Perfect! Thanks, I will look into adding this to the display soon…

Is there a similar value available for the WiFi signal strength?