68Duck / PiDMX

Python dmx controller interface with Pyqt5 and raspberry pi
0 stars 0 forks source link

Create new light types (advanced) #20

Open 68Duck opened 3 years ago

68Duck commented 3 years ago

Ability to create new types of light with design of onscreen icon and adding of pan/tilt grid, choose colour and choice of channels. Then all lights can be added to a database so don't need to be hard coded any longer.

68Duck commented 3 years ago

Need to add control+Z

68Duck commented 3 years ago

Needs to create images folder if does not exist. Also needs to save the rgb/intensity channel names

68Duck commented 3 years ago

rgb/intensity names added

68Duck commented 3 years ago

Now creates images folder if does not exist

68Duck commented 3 years ago

Need to add pan/tilt grid

68Duck commented 3 years ago

Now does not allow duplicates in the r,g,b channels

68Duck commented 3 years ago

Duplicates can sometimes be flagged if there is not an issue if it is moved off the mode and then back.

68Duck commented 3 years ago

Intensity needs a drop down to choose the channel name.

68Duck commented 3 years ago

Main features committed. Still needs to remove duplicates, intensity drop down needs to be added, and control z

68Duck commented 3 years ago

Intensity has a dropdown. I don't know when this was added