An open API service indexing awesome lists of open source software.

https://github.com/jgroman/azsphere_lib_u8g2

Azure Sphere custom wrapper for u8g2 library
https://github.com/jgroman/azsphere_lib_u8g2

azure-sphere mt3620 oled-display-ssd1306 u8g2

Last synced: 7 months ago
JSON representation

Azure Sphere custom wrapper for u8g2 library

Awesome Lists containing this project

README

          

# Azure Sphere custom wrapper for u8g2 library.
This wrapper allows use of [olikraus'](https://github.com/olikraus) excellent [u8g2 monochrome display library](https://github.com/olikraus/u8g2) 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.