summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-06-28 08:37:46 +0200
committerThomas White <taw@physics.org>2019-06-28 08:37:46 +0200
commit7f0b6020b25ff1bbf7f58311b6b3a52325ee4818 (patch)
tree30d7d12c5517f516bb306d2a3c85048817b06185
parentb769d3211d3d9c88929e0e4299a4758ebac226f0 (diff)
Add missing offsets
-rw-r--r--src/nanolight.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nanolight.c b/src/nanolight.c
index 45527fd..7767e94 100644
--- a/src/nanolight.c
+++ b/src/nanolight.c
@@ -146,6 +146,8 @@ int main(int argc, char *argv[])
cls.yellow_offset = 12;
cls.focus_offset = 34;
cls.zoom_offset = 32;
+ cls.frost_offset = 29; /* FIXME 0..179 only */
+ cls.iris_offset = 30; /* FIXME: 0..179 only, but also fine @ offset 32 */
int magic_chans[] = {48};
int magic_vals[] = {32};