This is a port of the Pimoroni C++ drivers for their Pico Display.
I have tried to rewrite it in a similar style to the Pi Pico SDK and replace the "C++-isms" with more "classic" C-style code.
This project was undertaken as part of the coursework for the Computer Systems II module in ECS at the University of Southampton.
Contributions are more than welcome, please submit a pull request.
A basic example is available in the example
directory. I may at some point provide some further documentation if I get
the time.
This driver is copyright (c) 2023 George Peppard and University of Southampton and is licensed under the ISC license. A
copy of the license is available in the LICENSE
file.
This code is produced with thanks to the original C++ drivers by Pimoroni, which provided an excellent starting point for the ST7789 driver. The Pimoroni code is licensed under the MIT license.