Skip to content

ericpetron/SH1106_arduino_Hello_World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SH1106_arduino_Hello_World

Starter code for using the SH1106 on an arduino, specifically this one

STEPS

  1. Set up the arduino with the following pin config from user _r4z_ in the microcenter reviews:
GND ==> GND

VCC ==> 5V

CLK ==> D13

MOSI ==> D11

RES ==> D8

DC ==> D9

CS ==> D10
  1. Create a new sketch in the arduino IDE.

  2. Download u8g2 library from the library manager in the arduino IDE

  3. Copy the HelloWorldDisplay.ino contents into the Arduino IDE

  4. Upload and it should work!

About

Starter code for using the SH1106 on an arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages