@@ -18,7 +18,7 @@ The features include the following:
1818 RF shielding, and other protection measures
1919- Onboard SH1.25-2 battery interface, integrated lithium battery management system
2020- Integrated WiFi, LoRa, Bluetooth three network connections, onboard Wi-Fi, Bluetooth dedicated 2.4GHz
21- metal 3D antenna, reserved IPEX (U.FL) interface for LoRa use
21+ metal 3D antenna, reserved IPEX (U.FL) interface for LoRa use
2222- Onboard 0.96-inch 128*64 dot matrix OLED display
2323- Integrated CP2102 USB to serial port chip
2424
@@ -108,11 +108,28 @@ You can debug an application in the usual way. Here is an example for the :ref:`
108108 :board: heltec_wifi_lora32_v2
109109 :goals: debug
110110
111+ Utilizing Hardware Features
112+ ***************************
113+
114+ Onboard OLED display
115+ --------------------
116+
117+ The onboard OLED display is of type ``ssd1306 ``, has 128*64 pixels and is
118+ connected via I2C. It can therefore be used by enabling the
119+ :ref: `ssd1306_128_shield ` as shown in the following for the :ref: `lvgl-sample `:
120+
121+ .. zephyr-app-commands ::
122+ :zephyr-app: samples/subsys/display/lvgl
123+ :board: heltec_wifi_lora32_v2
124+ :shield: ssd1306_128x64
125+ :goals: flash
126+
111127References
112128**********
113129
130+ - `Heltec WiFi LoRa (v2) Pinout Diagram <https://resource.heltec.cn/download/WiFi_LoRa_32/WIFI_LoRa_32_V2.pdf >`_
131+ - `Heltec WiFi LoRa (v2) Schematic Diagrams <https://resource.heltec.cn/download/WiFi_LoRa_32/V2 >`_
132+ - `ESP32 Toolchain <https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-guides/tools/idf-tools.html#xtensa-esp32-elf >`_
133+ - `esptool documentation <https://github.com/espressif/esptool/blob/master/README.md >`_
134+
114135.. [1 ] https://heltec.org/project/wifi-lora-32/
115- .. _`Heltec WiFi LoRa (v2) Pinout Diagram` : https://resource.heltec.cn/download/WiFi_LoRa_32/WIFI_LoRa_32_V2.pdf
116- .. _`Heltec WiFi LoRa (v2) Schematic Diagrams` : https://resource.heltec.cn/download/WiFi_LoRa_32/V2
117- .. _`ESP32 Toolchain` : https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-guides/tools/idf-tools.html#xtensa-esp32-elf
118- .. _`esptool documentation` : https://github.com/espressif/esptool/blob/master/README.md
0 commit comments