Sfoglia il codice sorgente

add gpio options in ini file

master
Andreas Demmelbauer 5 anni fa
parent
commit
c80c8fad2d
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      video_looper.ini

+ 6
- 0
video_looper.ini Vedi File

@@ -41,6 +41,12 @@ is_random = false
#keyboard_control = false
keyboard_control = true


# Play video only if GPIO Pin is up (or down).
gpio_control = true
gpio_control_pin = 4
gpio_control_upstate = 1

# Set the background to a custom image
# This image is displayed between movies
# Can potentially look broken if video resolution is smaller than display resolution


Caricamento…
Annulla
Salva