#include "pico/stdlib.h" #include "hardware/spi.h" #define TX_PIN 19 #define CLK_PIN 18 #define CS_PIN 17 #define DC_PIN 20 void init_display() { }