Native pico-sdk ILI9341/ILI9342 display drivere library for Raspberry Pi Pico in C++

from blog The Angry Dev, | ↗ original
The ILI9341/ILI9342 works as display driver for a TFT display, and is available as either a standalone IC, or as a breakout board and is usually conntected up via SPI. I have added a ILI9341 raspberry pi pico library as part of my group of libraries at the pico-libs repository on github. The library is easy to use and is easily includable in your...