Skip to content

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

License

Notifications You must be signed in to change notification settings

EinarArnason/ssd1306

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published