mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
more display update (still need to fix ClearWindow)
This commit is contained in:
@@ -83,7 +83,7 @@ void display_init(char *welcome) {
|
||||
|
||||
if ((p = strcasestr(config, "width")) != NULL) width = atoi(strchr(p, '=') + 1);
|
||||
if ((p = strcasestr(config, "height")) != NULL) height = atoi(strchr(p, '=') + 1);
|
||||
|
||||
|
||||
// so far so good
|
||||
if (display && width > 0 && height > 0) {
|
||||
// Detect driver interface
|
||||
|
||||
Reference in New Issue
Block a user