Porting of the ADAFRUIT GFX library for the raspberry PICO
- Put the folder AdafruitGFX of this repository under your project
- Add the library to your CMakeLists project with the add_subdirectory command.
- Use it.
See main.cpp in the root of the repo for an example of use.
- SSD1306, SSD1309, ILI9341
- Enforce testing, add implementation other displays.