mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 22:19:46 -08:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
60d1a20a80
|
@ -70,7 +70,7 @@ The heading can be hard to read when 'INVERTED' or 'TWOCOLOR' display mode is us
|
||||||
|
|
||||||
### Wake on Tap or Motion
|
### Wake on Tap or Motion
|
||||||
|
|
||||||
This option enables the ability to wake the device screen when motion, such as a tap on the device, is detected via an attached accelerometer.
|
This option enables the ability to wake the device screen when motion, such as a tap on the device, is detected via an attached accelerometer, or a capacitive touch button.
|
||||||
|
|
||||||
## Display Config Client Availability
|
## Display Config Client Availability
|
||||||
|
|
||||||
|
|
|
@ -7,14 +7,22 @@ sidebar_position: 1
|
||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
||||||
- **Capacitive Touch Button (Top):**
|
- **Capacitive Touch Button (Top):**<br />
|
||||||
- **Short press:** Updates the e-ink display.
|
*If "Wake on Tap or Motion" setting enabled:*
|
||||||
|
- **Touch:**
|
||||||
|
- Update the display
|
||||||
|
- *(at screensaver)* Wake the display.
|
||||||
- **Reset Button (Button 1):**
|
- **Reset Button (Button 1):**
|
||||||
- **Single press:** Resets the device.
|
- **Single press:** Power-on / reboot.
|
||||||
- **Double press:** Puts the device into bootloader mode which allows you to update the firmware.
|
- **Double press:** Enter bootloader mode, for firmware update.
|
||||||
- **Program/Power Button (Button 2):**
|
- **Program Button (Button 2):**
|
||||||
- **Single press:** Changes the information page displayed on the device's screen.
|
- **Single press:**
|
||||||
- **Double press:** Turns the screen backlight on/off and sends an adhoc ping of the device's position to the network.
|
- Display next page of information.
|
||||||
- **Long press:** Signals the device to shutdown after 5 seconds.
|
- *(at screensaver)* Wake the display.
|
||||||
|
- *(when off)* Enter bootloader mode, for firmware update.
|
||||||
|
- **Double press:** Send an "adhoc ping": announce device to network.
|
||||||
|
- ** 3x press:** Enable / disable GPS.
|
||||||
|
- ** 4x press:** Enable / disable display's backlight.
|
||||||
|
- **Hold:** Shutdown.
|
||||||
|
|
||||||
![TechoButtons](/img/hardware/t-echo-lilygo.webp)
|
![TechoButtons](/img/hardware/t-echo-lilygo.webp)
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue