Skip to content

Instantly share code, notes, and snippets.

@spiridonovpolytechnic
Created November 15, 2016 17:52
Show Gist options
  • Save spiridonovpolytechnic/7ce734663594da2bebecfd42838aa183 to your computer and use it in GitHub Desktop.
Save spiridonovpolytechnic/7ce734663594da2bebecfd42838aa183 to your computer and use it in GitHub Desktop.
Setting the touchscreen as the display device in kivy on Raspberry Pi
import os
os.environ["KIVY_BCM_DISPMANX_ID"] = "4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment