Then you shouldn't need to do any of this. Your breakout will handle all of that for you. Usually you simply need to supply a high signal to turn the backlight on, low to turn it off and a PWM signal to dim it. You can wire it directly to your ESP32. This is from the guide on the Adafruit TFT display:
No mosfet required.
Not necessarily. There may be a resistor built in, but we don't know that for certain, or a constant-current driver could be used.
That is impossible. "Ye canna break the laws 'o physics, Jim".
The power source could try to achieve 20mA by applying up to 19.2V or could supply 19.2V and hope that no more or less than 20mA is drawn. But no power source can do both at the same time!
Maybe you should post a link to the specs of this display.
Yes, the rest of the circuit provides a constant voltage constant current source rated for the series of backlight leds. This is NOT shown in the diagrams/photos here, but it is elsewhere in the circuit and provided by the connection point "19.2v@20ma".
My question was about using a MOSFET for logic PWM control of 6 LEDs in series, which in total require a 20ma/19.2v power source for full brightness. The power source circuitry for these LEDs has already been designed, tested, and working for a few years. I'm just looking to expand the circuitry to incorporate a dimming control via the MOSFET using logic PWM control coding on the ESP32. I appreciate everyone's concern for the power supply topic, but that's not an issue.