Files @ 5c269c03863d
Branch filter:

Location: light9/flax/UI.py - annotation

drewp@bigasterisk.com
WIP device settings page can now load and save ok. Omitted GraphToControls for now
# Abstract UI widgets

class UI(Something):
    pass

class Scale(UI):
    def __init__(self, start, stop, res=0.001):
        pass

""" unfinished
class Button(UI):
    def __init__(self, etc)
"""