# libssd1306 **Repository Path**: yoyojacky/libssd1306 ## Basic Information - **Project Name**: libssd1306 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-02 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README libssd1306 ========== A pure C implementation to interface the 52Pi OLEDs based on SSD1306 using the Rapsberry PI 2/3. This is a CMake project which allows out of source builds. Simply run: > mkdir build && cd build && cmake ../libssd1306/ && make The compiled library and test application can be found under build/src then. Optionally you can set an install path and run > make install