Skip to content

Commit

Permalink
Update readme and lib manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elC0mpa committed May 4, 2022
1 parent 0559080 commit df383a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ The function `updateChart` is used to add new Y values to the chart. When workin
- added implementation for `setMidLineVisible`
- added implementation for `setLineThickness`
- examples updated
- **v1.3.2 (2022/05/04)**
- solved scale problem in second chart. Thanks to [@lkz0ne](https://github.com/lkz0ne)

## Examples

Expand Down
4 changes: 2 additions & 2 deletions library.properties
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

0 comments on commit df383a1

Please sign in to comment.