Skip to content

Instantly share code, notes, and snippets.

@spiridonovpolytechnic
Created November 17, 2016 02:11
Show Gist options
  • Save spiridonovpolytechnic/8402caea66a1192419c059778972cea0 to your computer and use it in GitHub Desktop.
Save spiridonovpolytechnic/8402caea66a1192419c059778972cea0 to your computer and use it in GitHub Desktop.
Import
import os
os.environ["KIVY_BCM_DISPMANX_ID"] = "4"
from kivy.app import App
from kivy.uix.button import Button
from kivy.clock import Clock
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.label import Label
import operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment