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
Stefan Haun
firmware
Commits
c1ef8df5
Verified
Commit
c1ef8df5
authored
Aug 29, 2019
by
Rahix
Browse files
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
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
Supports
Markdown
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