bartkodden / ESP_MKB

ESP32 driven macro keyboard
GNU Affero General Public License v3.0
0 stars 0 forks source link

SPI Backlight pin on IO9 gives conflict with boot mode selection #1

Open bartkodden opened 3 weeks ago

bartkodden commented 3 weeks ago

Somehow the SPI TFT display connects IO9 to ground or 3v3. This prevents the ESP32 to enter flash boot

bartkodden commented 3 weeks ago

Still looking for a good fix. currently I removed the SPI reset connection and routed that to SPI backlight. However I am not too happy with this solution. Will need further investigation.