The Raspberry Pi RP2040 is a high performance, dual-core, 32-bit microcontroller. One of the more versatile subsystems are the Programmable I/O (PIO) blocks, instruction driven machines with ...
When using the SPI interface it is required to use 18-bit color depth mode as below: const esp_lcd_panel_dev_config_t lcd_config = { ... .bits_per_pixel = 18 ...