This repository was archived by the owner on Mar 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incomplete - task : Raspberry Pi Experiments
- Loading branch information
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
py-AdafruitGFX | ||
============== | ||
adafruit | ||
======== | ||
|
||
This is a pure-python port of the Adafruit GFX c library: | ||
|
||
https://github.com/adafruit/Adafruit-GFX-Library | ||
(https://github.com/adafruit/Adafruit-GFX-Library) | ||
|
||
This python clone is hosted here: | ||
|
||
https://github.com/andig/py-Adafruit-GFX-Library | ||
(https://github.com/andig/py-Adafruit-GFX-Library) | ||
|
||
It is intended to be used with the py-gaugette library for driving | ||
SSD1306 OLEDs on a raspberry pi | ||
|
||
https://github.com/guyc/py-gaugette | ||
Some enhancements like the draw_text and draw_text3 methods have | ||
been added from the py-gaugette library (https://github.com/guyc/py-gaugette) |