mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -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
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -7,14 +7,22 @@ sidebar_position: 1
|
|||
|
||||
## Functionality
|
||||
|
||||
- **Capacitive Touch Button (Top):**
|
||||
- **Short press:** Updates the e-ink display.
|
||||
- **Capacitive Touch Button (Top):**<br />
|
||||
*If "Wake on Tap or Motion" setting enabled:*
|
||||
- **Touch:**
|
||||
- Update the display
|
||||
- *(at screensaver)* Wake the display.
|
||||
- **Reset Button (Button 1):**
|
||||
- **Single press:** Resets the device.
|
||||
- **Double press:** Puts the device into bootloader mode which allows you to update the firmware.
|
||||
- **Program/Power Button (Button 2):**
|
||||
- **Single press:** Changes the information page displayed on the device's screen.
|
||||
- **Double press:** Turns the screen backlight on/off and sends an adhoc ping of the device's position to the network.
|
||||
- **Long press:** Signals the device to shutdown after 5 seconds.
|
||||
- **Single press:** Power-on / reboot.
|
||||
- **Double press:** Enter bootloader mode, for firmware update.
|
||||
- **Program Button (Button 2):**
|
||||
- **Single press:**
|
||||
- Display next page of information.
|
||||
- *(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)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue