[src/boards/include/boards/waveshare_rp2040_lcd_1.28.h](https://github.com/raspberrypi/pico-sdk/blob/master/src/boards/include/boards/waveshare_rp2040_lcd_1.28.h) pin assignments are incorrect. correct pin assignments can be found in [DEV_Config.h](https://github.com/waveshareteam/RP2040-Touch-LCD-1.28/blob/main/c/lib/Config/DEV_Config.h) from waveshare. specifically I have found that `PICO_DEFAULT_SPI_CSN_PIN`, and `WAVESHARE_RP2040_LCD_RST_PIN` are incorrect, but there may be others.