G4lile0 / tinyGS

📡 Open Ground Station Network 🛰
GNU General Public License v3.0
922 stars 175 forks source link

Handle no OLED reset pin #182

Closed mdkendall closed 10 months ago

mdkendall commented 1 year ago

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.

G4lile0 commented 10 months ago

Thanks mdkendall , it make sense to use it and I think it may help to fix the issue with some boards not able to use platform espressif32 > 4..2.0 Thanks