-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 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
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,10 +1,10 @@ | ||
name=OLED_SSD1306_Chart | ||
version=1.3.0 | ||
version=1.3.2 | ||
author=José Gabriel Companioni Benítez (elC0mpa) <gcompanionib@gmail.com> | ||
maintainer=José Gabriel Companioni Benítez (elC0mpa) <gcompanionib@gmail.com> | ||
sentence=Arduino library to easily draw cartesian charts in oled displays based on the SSD1306 drivers. | ||
paragraph=This library is used to easily draw cartesian charts in oled displays based on the SSD1306 drivers. It inherits from Adafruit_SSD1306 class, reason why it has all of this class functionalities. | ||
category=Display | ||
url=https://github.com/elC0mpa/OLED_SSD1306_Chart/ | ||
architectures=* | ||
depends=Adafruit_SSD1306 | ||
depends=Adafruit_SSD1306 |