Skip to content

Raspberry Pi app turning the device in easy to use PDF viewer

License

Notifications You must be signed in to change notification settings

BoyanTodorov/ProSeeDure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and configuration Manual

Required Hardware

  • Raspberry Pi (2 or 3)
  • HDMI cable
  • Monitor or TV with HDMI input
  • Numeric keyboard

Required Software

  • Raspbian OS

  • ProSeeDure program

  • evince - PDF reader

    sudo apt-get install evince

  • xbindkeys

    sudo apt-get install xbindkeys && xbindkeys-config

  • remove mouse cursor

    sudo apt-get install unclutter

Configuration

  • Set a program to always run in full screen

sudo leafpad /home/pi/.config/openbox/lxde*.xml

<application name="lxterminal">
    <focus>yes</focus> # Ensure that keyboard directly working on the application
    <fullscreen>yes</fullscreen> # Set to always run on full screen
</application>
  • Hide mouse cursor
unclutter -display :0 -noevents -grab
  • Attaching events on selected keys - Xbindkeys-config

* key runs the program

lxterminal --command 'sh /home/pi/milara/autorun.sh'

/ key clears the screen

sudo killall evince lxterminal

About

Raspberry Pi app turning the device in easy to use PDF viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published