mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
refactor display
- part of components - separation between LMS & driver - move slimp message to squeezelite
This commit is contained in:
@@ -49,8 +49,10 @@ uint32_t _gettime_ms_(void) {
|
||||
return (uint32_t) (esp_timer_get_time() / 1000);
|
||||
}
|
||||
|
||||
extern void cli_controls_init(void);
|
||||
extern void sb_controls_init(void);
|
||||
extern void sb_display_init(void);
|
||||
|
||||
void embedded_init(void) {
|
||||
cli_controls_init();
|
||||
sb_controls_init();
|
||||
sb_display_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user