Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.06 KB

Pico Display C Driver

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.

Usage

A basic example is available in the example directory. I may at some point provide some further documentation if I get the time.

License

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.

Attribution

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.