mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2025-12-06 07:12:15 +01:00
Initial creation
parent
e295b7b825
commit
422124eb4b
10
Displays.md
Normal file
10
Displays.md
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
If your board does not come with a display, you will need to obtain an SSD1306 display separately. The SSD1306 OLED displays are made in two different pin oderings. The preferred OLED displays have the following pin order: VCC-GND-SCL-SDA. They can be soldered into TTGO T-Beams directly. The OLED displays with the GND-VCC-SCL-SDA pin order need to be soldered in such a way that display does not get reverse-polarity on the power terminals.
|
||||||
|
|
||||||
|
# SSD1306 OLED with VCC-GND-SCL-SDA pin order (preferred)
|
||||||
|

|
||||||
|
|
||||||
|
# SSD1306 OLED with GND-VCC-SCL-SDA pin order
|
||||||
|

|
||||||
|
|
||||||
|
In order to use this OLED display, solder the OLED board this way:
|
||||||
|

|
||||||
Loading…
Reference in a new issue