1
0
Fork 0

Combine startup and resume animations

This commit is contained in:
Fred Sundvik 2017-04-08 22:30:37 +03:00
parent ed1710589f
commit c6ca996f4e
3 changed files with 10 additions and 21 deletions

View file

@ -25,10 +25,10 @@ SOFTWARE.
#include "lcd_backlight.h"
#include <math.h>
static uint8_t current_hue = 0x00;
static uint8_t current_saturation = 0x00;
static uint8_t current_intensity = 0xFF;
static uint8_t current_brightness = 0x7F;
static uint8_t current_hue = 0;
static uint8_t current_saturation = 0;
static uint8_t current_intensity = 0;
static uint8_t current_brightness = 0;
void lcd_backlight_init(void) {
lcd_backlight_hal_init();