Skip to content

Commit

Permalink
removed .development
Browse files Browse the repository at this point in the history
added dependecy
  • Loading branch information
Marco Cattani authored and Marco Cattani committed Jul 1, 2020
1 parent 12ab790 commit a81a9ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .development

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This modular library allows you to easily manage and plot data on any arduino di
1. Download the Grafici library via Arduino IDE. This should download also the Adafruit_GFX library.
- `Sketch > Include Library > Manage Libraries` or `SHIFT + CMD + I`
- Search for "Grafici"
- Select `Grafici-GFX` and click `Install`
- Select `Grafici-GFX` and click `Install`, `Install all`
2. Open the _simple plot_ example
- `File > Examples > Grafici-GFX > simple-plot`
3. If you are not using a standard Adafruit TFT shield, change the lines below to match your configuration
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Grafici-GFX
version=2.0.0
version=2.0.2
author=Marco Cattani <m.cattani@gmail.com>
maintainer=Marco Cattani <m.cattani@gmail.com>
sentence= Data visualization library for Arduino driven displays
Expand All @@ -8,4 +8,4 @@ category=Display
url=https://github.com/cattanimarco/Grafici-GFX
architectures=*
includes=Grafici.h
depends=Adafruit GFX Library
depends=Adafruit GFX Library, Adafruit ILI9341

0 comments on commit a81a9ed

Please sign in to comment.