mirror of
https://github.com/lora-aprs/LoRa_APRS_Tracker.git
synced 2026-03-22 13:15:26 +01:00
Updated Displays (markdown)
parent
29db52c3eb
commit
fedb2aaddb
|
|
@ -1,9 +1,14 @@
|
|||
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)
|
||||
This is the SSD1306 display that matches the TTGO T-Beam boards:
|
||||

|
||||
|
||||
When the display has the proper pin order, the pins line up like this:
|
||||

|
||||
|
||||
# SSD1306 OLED with GND-VCC-SCL-SDA pin order
|
||||
This SSD1306 display has the wrong pin order for the TTGO T-Beam boards:
|
||||

|
||||
|
||||
In order to use this OLED display, solder the OLED board onto the main board this way:
|
||||
|
|
|
|||
Loading…
Reference in a new issue