diff options
| author | Damien <Dbroqua@users.noreply.github.com> | 2017-04-13 13:26:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-13 13:26:02 +0200 |
| commit | a43cb6c0af3ac616903172c4b8932bfc5ee4939b (patch) | |
| tree | c3ca94b544ab832507b37b6268bb04f7f7eedb4a /quantum/visualizer/lcd_backlight.c | |
| parent | 3e41cde9f99778ca30c03b97470c32780379db43 (diff) | |
| parent | d3301c0f8b0005738ab9aa2030d83739ffb5c4b6 (diff) | |
| download | qmk_firmware-a43cb6c0af3ac616903172c4b8932bfc5ee4939b.tar.gz qmk_firmware-a43cb6c0af3ac616903172c4b8932bfc5ee4939b.zip | |
Merge pull request #20 from qmk/master
Merge from QMK
Diffstat (limited to 'quantum/visualizer/lcd_backlight.c')
| -rw-r--r-- | quantum/visualizer/lcd_backlight.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/visualizer/lcd_backlight.c b/quantum/visualizer/lcd_backlight.c index 70187d1e0..00de3fab5 100644 --- a/quantum/visualizer/lcd_backlight.c +++ b/quantum/visualizer/lcd_backlight.c | |||
| @@ -25,10 +25,10 @@ SOFTWARE. | |||
| 25 | #include "lcd_backlight.h" | 25 | #include "lcd_backlight.h" |
| 26 | #include <math.h> | 26 | #include <math.h> |
| 27 | 27 | ||
| 28 | static uint8_t current_hue = 0x00; | 28 | static uint8_t current_hue = 0; |
| 29 | static uint8_t current_saturation = 0x00; | 29 | static uint8_t current_saturation = 0; |
| 30 | static uint8_t current_intensity = 0xFF; | 30 | static uint8_t current_intensity = 0; |
| 31 | static uint8_t current_brightness = 0x7F; | 31 | static uint8_t current_brightness = 0; |
| 32 | 32 | ||
| 33 | void lcd_backlight_init(void) { | 33 | void lcd_backlight_init(void) { |
| 34 | lcd_backlight_hal_init(); | 34 | lcd_backlight_hal_init(); |
