mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
ILI9341 driver - release
credits Mumpf and Harry1999
This commit is contained in:
@@ -85,7 +85,7 @@ void display_init(char *welcome) {
|
||||
} else {
|
||||
display = GDS_AutoDetect(drivername, drivers, NULL);
|
||||
}
|
||||
|
||||
|
||||
// so far so good
|
||||
if (display && width > 0 && height > 0) {
|
||||
int RST_pin = -1;
|
||||
|
||||
Reference in New Issue
Block a user