You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a ESP32 by Heltec with the TFT_eSPI library . Analog pin 37 (adc1_1) is the battery voltage pin.
The code analogRead(37) returns 4095. Which is the adc 12 bit max.
I get appropriate readings in sketches that don't use the TFT eSPI library.
Is this pin used/blocked in the library somewhere?
The text was updated successfully, but these errors were encountered:
I'm using a ESP32 by Heltec with the TFT_eSPI library . Analog pin 37 (adc1_1) is the battery voltage pin.
The code analogRead(37) returns 4095. Which is the adc 12 bit max.
I get appropriate readings in sketches that don't use the TFT eSPI library.
Is this pin used/blocked in the library somewhere?
The text was updated successfully, but these errors were encountered: