mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
adding button to lora32v2-1.6
This commit is contained in:
parent
2aa5f10874
commit
5c438bb5fb
14
website/docs/hardware/buttons.md
Normal file
14
website/docs/hardware/buttons.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
id: buttons
|
||||||
|
title: Modifying devices to add buttons
|
||||||
|
sidebar_label: Adding buttons
|
||||||
|
---
|
||||||
|
|
||||||
|
Many of the TTGO Lora32 devices do not have a progam 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.
|
||||||
|
|
||||||
|
<a href="/img/hardware/lora32-v2-1.6-button.jpg"><img src="/img/hardware/lora32-v2-1.6-button.jpg" style={{zoom:30%}} /></a>
|
||||||
|
|
|
@ -132,6 +132,7 @@ module.exports = {
|
||||||
"hardware/wisBlock-hardware",
|
"hardware/wisBlock-hardware",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
"hardware/buttons",
|
||||||
{
|
{
|
||||||
"Antennas": [
|
"Antennas": [
|
||||||
"hardware/antenna/antenna",
|
"hardware/antenna/antenna",
|
||||||
|
|
BIN
website/static/img/hardware/lora32-v2-1.6-button.jpg
Normal file
BIN
website/static/img/hardware/lora32-v2-1.6-button.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 MiB |
Loading…
Reference in a new issue