Skip to content

Latest commit

 

History

History
executable file
·
37 lines (21 loc) · 1.75 KB

File metadata and controls

executable file
·
37 lines (21 loc) · 1.75 KB

OLED Display

  • LCD CS     ---------------- D42
  • LCD RES   ---------------- D43
  • LCD CD     ---------------- D44
  • LCD SCK   ---------------- D30
  • LCD MOSI ---------------- D35

How to use the driver

  1. Download this project oled_12864_driver.ino. Learn how to download single file from GitHub https://github.com/uArm-Developer/SwiftProForArduino/wiki/How-to-download-single-file-from-GitHub

  2. Configure Arduino IDE,select the board as "Arduino/Genuino Mega or Mega 2560", Select the COM that allocated randomly by your computer, please refer to the following picture:

    

  1. Open the "Manage Libraries".

    

  1. Install u8glib.

    

  1. Press the "Upload" button to upload firmware.

    

  1. Check the Display Screen.

    

Note:When uArm Controller is connected with a computer, please press the "Reset" button.