Skip to content

osdomotics/rgbw-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

inside virtualenv

$ virtualenv ve
$ source ve/bin/activate
$ pip install -r requirements.txt
$ python main.py

Press F1 to change IPV6 address of Node - or edit osd_led_.ini

on adroid

install the apk, or build it by yourself ;)

To build, first install android ndk and sdk and python-for-android according to documentation in p4a/README.md

Then build the apk:

$ p4a apk --private single/ \
          --package=org.osdomotics.single_rgb_controller \
      --name "OSDomotics Single RGB Controller" \
      --version 1.0 \
      --bootstrap=sdl2 \
      --requirements=python2,sdl2,kivy,twisted,ipaddress \
      --android_api=21 \
      --ndk_dir=/opt/android-ndk/ \
      --arch=armeabi-v7a \
      --permission=INTERNET

have fun, mexx.

About

RGBW-Led Controller App written in Python/kivy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages