Starting point:
- Chrome update of BOOT
After reset, after ROM reload, it shows the Status
screen on TFT.
When using the double clikc for UF2 load, it shows the
picture and arrow diagram on TFT
- Install CircuitPython 7.2.5
Adafruit CircuitPython 7.2.5 on 2022-04-06; Adafruit Feather ESP32-S2 TFT with ESP32S2
Board ID:adafruit_feather_esp32s2_tft
Default REPL dialog should go to the TFT.
It never shows any output on TFT. CircuitPython
7.2.4 7.2.5 and 7.3.0-BETA all exhibit this display
behavior.
Is there a way to query the TFT power ?
There is a note about "TTFT_I2C_POWER pin must be manually pulled
up for the display to work. This is done automatically by CircuitPython."
Could it be that this is not working for the Board package in
CircuitPython (7.2.4 7.2.5 and 7.3.0-Beta) ?
I guess that I could plow through a bunch of pin setting
and tests, but I wish it would just work out of the box.
kurt