ILI9341 driver - release

credits Mumpf and Harry1999
This commit is contained in:
Philippe G
2021-02-11 00:28:13 -08:00
parent 0f56e43451
commit d253bc34e5
2 changed files with 8 additions and 68 deletions

View File

@@ -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;