Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 685 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 685 Bytes

Azure Sphere custom wrapper for u8g2 library.

This wrapper allows use of olikraus' excellent u8g2 monochrome display library on Azure Sphere based devices and kits.
Note: This repository uses Git submodules. Clone using git clone --recurse-submodules.

Importing

  1. Clone this repository to a local directory. Remember to clone using git clone --recurse-submodules command.
  2. Add VS Project lib_u8g2.vcxproj to your Solution.
  3. Add Reference lib_u8g2 to your Project References.
  4. Include lib_u8g2.h to your source files.

Usage

Refer to included example projects for library usage demonstration.