Combine startup and resume animations
This commit is contained in:
parent
ed1710589f
commit
c6ca996f4e
3 changed files with 10 additions and 21 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue