mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-01 03:34:43 +02:00
@@ -145,7 +145,7 @@ void pioinit(uint32_t clock_freq) {
|
|||||||
if (!pio_can_add_program(tft_pio, &tft_io_program)) {
|
if (!pio_can_add_program(tft_pio, &tft_io_program)) {
|
||||||
tft_pio = pio1;
|
tft_pio = pio1;
|
||||||
if (!pio_can_add_program(tft_pio, &tft_io_program)) {
|
if (!pio_can_add_program(tft_pio, &tft_io_program)) {
|
||||||
Serial.println("No room for PIO program!");
|
// Serial.println("No room for PIO program!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user