Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
PetePriority
firmware
Commits
c1ef8df5
Verified
Commit
c1ef8df5
authored
Aug 29, 2019
by
Rahix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(hw-init): Reset display backlight and vibration motor
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
47c60713
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
epicardium/modules/hardware.c
epicardium/modules/hardware.c
+6
-0
No files found.
epicardium/modules/hardware.c
View file @
c1ef8df5
...
...
@@ -254,6 +254,12 @@ int hardware_reset(void)
* Display
*/
display_init_slim
();
epic_disp_backlight
(
20
);
/*
* Vibration Motor
*/
epic_vibra_set
(
false
);
/*
* BHI160
...
...
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