mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
08391be685
The custom.css changes have changed the behaviour of list items, removing the top & bottom margins, so hopefully looking more like a list and less like a group of items spread across the page.
16 lines
654 B
Plaintext
16 lines
654 B
Plaintext
---
|
|
id: buttons
|
|
title: Modifying devices to add buttons
|
|
sidebar_label: Buttons
|
|
sidebar_position: 4
|
|
---
|
|
|
|
Many of the TTGO Lora32 devices do not have a program button to navigate the displayed pages. It is possible to add a button to the following device:
|
|
|
|
## TTGO Lora32 V2.1-1.6
|
|
|
|
Shorting IO12 to ground will progress the screen pages, wake up the device, etc. A simple push switch can be added for this purpose.
|
|
|
|
[<img src="/img/hardware/lora32-v2-1.6-button.jpg" style={{zoom:'30%'}} />](/img/hardware/lora32-v2-1.6-button.jpg)
|
|
[<img src="/img/hardware/lora32-v2-1.6-button-example.jpg" style={{zoom:'30%'}} />](/img/hardware/lora32-v2-1.6-button.jpg)
|