Plugin for pibooth adding a third button to "forget" photos.
- Dedicated GPIO button to move photos to a "forget" folder
- LED indicator that blinks during print state
- Displays "Photo oubliee !" on screen when a photo is forgotten
- Works during both print and wait states
pip install pibooth-forget-buttonIn the file ~/.config/pibooth/pibooth.cfg, add:
[FORGET_BUTTON]
# GPIO IN pin for the button (BOARD numbering, 0 to disable)
forget_btn_pin = 36
# GPIO OUT pin for the LED (0 to disable)
forget_led_pin = 37
# Button press duration in seconds
debounce_delay = 0.3- Take a photo with pibooth
- During the print screen (when the LED blinks), press the forget button
- The photo will be moved to the
forget/subfolder and "Photo oubliee !" message will be displayed
MIT