EinarArnason / ssd1306

C++ driver library for the SSD1306 OLED, optimized for speed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSD1306 library

The What

C++ driver library for the SSD1306 OLED, optimized for speed.

The Why

Due to the non-linear memory addressing of the SSD1306, fast writing is not straightforward. This library is an attempt to address the issue.

The How

Using cmake

add_subdirectory(${ssd1306Dir})
target_include_directories(${PROJECT_NAME} PRIVATE ${ssd1306Dir})
target_link_libraries(${PROJECT_NAME} SSD1306)

The Who

Einar Arnason
https://github.com/EinarArnason
https://www.linkedin.com/in/einararnason/

About

C++ driver library for the SSD1306 OLED, optimized for speed.

License:MIT License


Languages

Language:C++ 98.3%Language:CMake 1.7%