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
- Host: GitHub
- URL: https://github.com/jgroman/azsphere_lib_u8g2
- Owner: jgroman
- License: mit
- Created: 2019-08-28T06:13:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-14T10:46:24.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T05:37:39.595Z (9 months ago)
- Topics: azure-sphere, mt3620, oled-display-ssd1306, u8g2
- Language: C
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.