summaryrefslogtreecommitdiff
path: root/src/nanolight.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-28 08:37:15 +0200
committerThomas White <taw@physics.org>2019-06-28 08:37:15 +0200
commitf21d7d46143f63c39375326ae23b6b1ac1259ce1 (patch)
tree8dba0fd272129a6526093169c5171e43c07fc034 /src/nanolight.c
parente07e0540e7b599e09fa009a4e2c165b01a7a34e3 (diff)
Add more attributes, and add separate properties for RGB vs CMY colour
Diffstat (limited to 'src/nanolight.c')
-rw-r--r--src/nanolight.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nanolight.c b/src/nanolight.c
index cf6114c..45527fd 100644
--- a/src/nanolight.c
+++ b/src/nanolight.c
@@ -132,9 +132,10 @@ int main(int argc, char *argv[])
/* Set up data structures */
cls.name = "Robe Robin DL7S Profile Mode 1";
- cls.attributes = INTENSITY | COL_CMY | PANTILT | FOCUS | ZOOM
+ cls.properties = COL_CMY;
+ cls.attributes = INTENSITY | COLOUR | PANTILT | FOCUS | ZOOM
| FROST | IRIS;
- cls.attributes16 = INTENSITY | COL_CMY | PANTILT | FOCUS | ZOOM
+ cls.attributes16 = INTENSITY | COLOUR | PANTILT | FOCUS | ZOOM
| FROST | IRIS;
cls.intensity_offset = 49;