Microgl is an embedded graphics library for the Raspberry PI Pico. It aims to provide access to different displays, such as for example sh1106 based displays.
Supported displays:
- sh1106
In progress:
- none
Building:
cmake -B build
cmake --build build
The static library will be located at build/libmicrogl.a
In order to match the license of the pico-sdk, microgl is licensed under the BSD-3-Clause.