mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-03 20:54:42 +02:00
Update TFT_eSPI_RP2040.c
This commit is contained in:
@@ -193,8 +193,7 @@ void pioinit(uint16_t clock_div, uint16_t fract_div) {
|
||||
if (!pio_can_add_program(tft_pio, &tft_io_program) {
|
||||
tft_pio = pio1;
|
||||
if (!pio_can_add_program(tft_pio, &tft_io_program) {
|
||||
Serial.println("No room for PIO program!");
|
||||
while(1) delay(100);
|
||||
// Serial.println("No room for PIO program!");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user