LilyGO / TTGO-LORA32

ESP32-TTGO-T3
318 stars 100 forks source link

OLED_RST not necessary on v2.0 #19

Open jsvgoncalves opened 5 years ago

jsvgoncalves commented 5 years ago

I just tested on my chip and it seems that OLED_RST (or pin 16, for that matter) do not exist and as such is not required to set up. Is this so?

If so, then this portion could be removed from the setup() in the example:

https://github.com/LilyGO/TTGO-LORA32-V2.0/blob/1debf62539f325f44f83a9415f508640cbee6028/OLED_LoRa_Sender/OLED_LoRa_Sender.ino#L28-L30

LilyGO commented 5 years ago

Our suggestion is not to delete this line of code, because the SSD1306 screen does not work properly. Of course, if all the modules are working properly after you modify them, that's right.