You've already forked firmware
mirror of
https://github.com/FlipperMCE/firmware.git
synced 2026-02-16 16:55:36 -08:00
pico-ssd1306
Simple library for using ssd1306 displays with the Raspberry Pi Pico and the pico-sdk.
Usage
- copy
font.h,ssd1306.candssd1306.hto your project - see example
Documentation
- online documentation
- see
ssd1306.hand example
Example
- set
PICO_SDK_PATH - goto
example mkdir build && cd build && cmake .. && make- copy the
ssd1306-example.uf2to your Pico
