Add PWM backlight support + options

- No eye blasting backlight
- Option to choose the prefered brightness
- Smooths transitions
This commit is contained in:
Kostas Missos
2018-09-19 00:01:42 +03:00
parent 780736591e
commit 67a470921a
10 changed files with 156 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ typedef struct _hekate_config
// Global temporary config.
int se_keygen_done;
u32 sbar_time_keeping;
u32 backlight;
} hekate_config;
void set_default_configuration();
@@ -37,5 +38,6 @@ void config_autoboot();
void config_bootdelay();
void config_customlogo();
void config_verification();
void config_backlight();
#endif /* _CONFIG_H_ */