Skip to content

Commit a3ce29a

Browse files
authored
Lamp Warning symbol and tooltip (easytarget#148)
1 parent b5c2293 commit a3ce29a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

index_other.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ const uint8_t index_simple_html[] = R"=====(<!doctype html>
3636
<div class="hidden" id="sidebar">
3737
<input type="checkbox" id="nav-toggle-cb">
3838
<nav id="menu" style="width:24em;">
39-
<div class="input-group hidden" id="lamp-group">
39+
<div class="input-group hidden" id="lamp-group" title="Brightness of flashlight LED. Warning: Very bright! Be careful when increasing. Avoid looking directly at LED!>
4040
<label for="lamp">Light</label>
4141
<div class="range-min">Off</div>
4242
<input type="range" id="lamp" min="0" max="100" value="0" class="action-setting">
43-
<div class="range-max">Full</div>
43+
<div class="range-max">Full&#9888;</div>
4444
</div>
4545
<div class="input-group" id="framesize-group">
4646
<label for="framesize">Resolution</label>

index_ov2640.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ const uint8_t index_ov2640_html[] = R"=====(<!doctype html>
3535
<div class="hidden" id="sidebar">
3636
<input type="checkbox" id="nav-toggle-cb" checked="checked">
3737
<nav id="menu">
38-
<div class="input-group hidden" id="lamp-group">
38+
<div class="input-group hidden" id="lamp-group" title="Brightness of flashlight LED. Warning: Very bright! Be careful when increasing. Avoid looking directly at LED!">
3939
<label for="lamp">Light</label>
4040
<div class="range-min">Off</div>
4141
<input type="range" id="lamp" min="0" max="100" value="0" class="default-action">
42-
<div class="range-max">Full</div>
42+
<div class="range-max">Full&#9888;</div>
4343
</div>
4444
<div class="input-group hidden" id="autolamp-group" title="Lamp only on when camera active">
4545
<label for="autolamp">Auto Lamp</label>

index_ov3660.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ const uint8_t index_ov3660_html[] = R"=====(<!doctype html>
3535
<div class="hidden" id="sidebar">
3636
<input type="checkbox" id="nav-toggle-cb" checked="checked">
3737
<nav id="menu">
38-
<div class="input-group hidden" id="lamp-group">
38+
<div class="input-group hidden" id="lamp-group" title="Brightness of flashlight LED. Warning: Very bright! Be careful when increasing. Avoid looking directly at LED!">
3939
<label for="lamp">Light</label>
4040
<div class="range-min">Off</div>
4141
<input type="range" id="lamp" min="0" max="100" value="0" class="default-action">
42-
<div class="range-max">Full</div>
42+
<div class="range-max">Full&#9888;</div>
4343
</div>
4444
<div class="input-group hidden" id="autolamp-group" title="Lamp only on when camera active">
4545
<label for="autolamp">Auto Lamp</label>

0 commit comments

Comments
 (0)