Skip to content

OpenHAK Specified SSD1306 oled driver library for 'monochrome' 128x64 and 128x32 OLEDs!

License

Notifications You must be signed in to change notification settings

OpenHAK/OpenHAK_SSD1306

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenHAK_SSD130

Custom version of the Adafruit_SSD1306 library for 128x64 and 128x32 OLED displays.

Original code can be found here. Adafruit sells them here.

This library specifically targets the Simblee on the OpenHAK Fitness Tracker

Uses the Wire2 (secret 2nd) I2C bus on the Simblee. Use these pins!

 #define OLED_RESET	4
 #define SCL_PIN    2
 #define SDA_PIN    3 
 Wire2.beginOnPins(SCL_PIN, SDA_PIN);

OpenHAK_128x64_example.ino: 128x64

OpenHAK_128x32_example.ino: 128x32

OpenHAK_128x32_Org_01_font.ino: 128x32_font

About

OpenHAK Specified SSD1306 oled driver library for 'monochrome' 128x64 and 128x32 OLEDs!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%