WLED/usermods/VL53L0X_gestures
Will Miles 7db52d794b Fix incorrect json value in all usermods
Must've been a bad search-and-replace on my part somewhere..
2025-03-28 21:35:37 -04:00
..
VL53L0X_gestures.cpp usermods: Remove #pragma once from cpps 2025-01-17 00:50:02 +00:00
library.json Fix incorrect json value in all usermods 2025-03-28 21:35:37 -04:00
readme.md Defining more usermod dependencies 2025-01-12 01:38:48 +00:00

readme.md

Description

Implements support of simple hand gestures via a VL53L0X sensor: on/off and brightness adjustment. Useful for controlling strips when you want to avoid touching anything.

  • on/off - swipe your hand below the sensor ("shortPressAction" is called. Can be customized via WLED macros)
  • brightness adjustment - hold your hand below the sensor for 1 second to switch to "brightness" mode. adjust the brightness by changing the distance between your hand and the sensor (see parameters below for customization).

Installation

  1. Attach VL53L0X sensor to i2c pins according to default pins for your board.
  2. Add -D USERMOD_VL53L0X_GESTURES to your build flags at platformio.ini (plaformio_override.ini) for needed environment.