Browse Source

add gpio options in ini file

master
Andreas Demmelbauer 5 years ago
parent
commit
c80c8fad2d
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      video_looper.ini

+ 6
- 0
video_looper.ini View File

@@ -41,6 +41,12 @@ is_random = false
#keyboard_control = false #keyboard_control = false
keyboard_control = true 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 # Set the background to a custom image
# This image is displayed between movies # This image is displayed between movies
# Can potentially look broken if video resolution is smaller than display resolution # Can potentially look broken if video resolution is smaller than display resolution


Loading…
Cancel
Save