Skip to content

jgroman/azsphere_lib_u8g2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Azure Sphere custom wrapper for u8g2 library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published