Jajcus / pico-ssd1306

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C 88.6%Language:CMake 11.4%