Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
magic-lantern
magic-lantern
Commits
e8550f313f2f
Commit
86002a1b
authored
Nov 26, 2009
by
hudson@kremvax.wan
Browse files
Turn off waveform by default
parent
818bdc237a22
Changes
1
Hide whitespace changes
Inline
Side-by-side
zebra.c
View file @
e8550f31
...
...
@@ -52,7 +52,7 @@ CONFIG_INT( "enable-liveview", enable_liveview, 1 );
CONFIG_INT
(
"hist.draw"
,
hist_draw
,
1
);
CONFIG_INT
(
"hist.x"
,
hist_x
,
720
-
hist_width
);
CONFIG_INT
(
"hist.y"
,
hist_y
,
100
);
CONFIG_INT
(
"waveform.draw"
,
waveform_draw
,
1
);
CONFIG_INT
(
"waveform.draw"
,
waveform_draw
,
0
);
CONFIG_INT
(
"waveform.x"
,
waveform_x
,
720
-
waveform_width
);
CONFIG_INT
(
"waveform.y"
,
waveform_y
,
480
-
50
-
waveform_height
);
CONFIG_INT
(
"waveform.bg"
,
waveform_bg
,
0x26
);
// solid black
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment