Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 288 Bytes

ssd1306

SSD1306 display in c++ for Raspberry Pi - as simple as possible.

The code contains only the necessary components to draw pixel on the display.

usage

g++ ssd1306.cpp -o ssd1306
./ssd1306

And you should see x on the display. If not, then something goes wrong.