Files
2025-08-21 07:49:49 +02:00
..
2025-01-31 13:12:04 +01:00
2025-01-31 13:12:04 +01:00
2025-08-21 07:49:49 +02:00
2025-01-31 13:12:04 +01:00

example vid

pico-ssd1306

Simple library for using ssd1306 displays with the Raspberry Pi Pico and the pico-sdk.

Usage

  • copy font.h, ssd1306.c and ssd1306.h to your project
  • see example

Documentation

Example

  • set PICO_SDK_PATH
  • goto example
  • mkdir build && cd build && cmake .. && make
  • copy the ssd1306-example.uf2 to your Pico