Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 713 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 713 Bytes

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