tinyGS icon indicating copy to clipboard operation
tinyGS copied to clipboard

Handle no OLED reset pin

Open mdkendall opened this issue 2 years ago • 0 comments

This PR modifies displayInit() to correctly handle the case where the OLED reset signal is not connected to the ESP32, i.e. board.OLED__RST is set to UNUSED (or oRST is not defined in a custom board template).

The OLED reset signal is not connected to the ESP32 on the TTGO LoRa32 T3 V1.6 board (a.k.a. V2.1.6) for example.

mdkendall avatar Oct 06 '22 23:10 mdkendall