Skip to content

Commit

Permalink
Update release to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImpulseAdventure committed Aug 28, 2019
1 parent a1f89d8 commit 7e9b05b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Waveshare ILI9486
version=0.2.0
version=0.3.0
author=Waveshare <[email protected]>, Calvin Hass <[email protected]>
maintainer=Calvin Hass <[email protected]>
sentence=Waveshare ILI9486 SPI driver for Arduino
Expand Down
13 changes: 8 additions & 5 deletions src/Waveshare_ILI9486_GFX.cpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
// ------------------------------------------------------------------
// Waveshare_ILI9486: GFX style API wrapper for Waveshare_ILI9486
// ------------------------------------------------------------------
//
// GFX style API wrapper for Waveshare_ILI9486
// - https://github.com/ImpulseAdventure/Waveshare_ILI9486
// - Intended to work with the following displays:
// - Waveshare 4.0" Touch Shield for Arduino
// - Waveshare 3.5" Touch Shield for Arduino
//

// - Waveshare 4" Touch LCD Shield for Arduino (SKU: 13587)
// https://www.waveshare.com/product/modules/oleds-lcds/arduino-lcd/4inch-tft-touch-shield.htm
// - Waveshare 3.5" Touch LCD Shield for Arduino (SKU: 13506)
// https://www.waveshare.com/product/modules/oleds-lcds/arduino-lcd/3.5inch-tft-touch-shield.htm
//
// The Waveshare_ILI9486_GFX API is based on Adafruit-GFX.
// The associated copyright notice is reproduced below.
//

/*
This is the core graphics library for all our displays, providing a common
set of graphics primitives (points, lines, circles, etc.). It needs to be
Expand Down
16 changes: 11 additions & 5 deletions src/Waveshare_ILI9486_GFX.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
// ------------------------------------------------------------------
// Waveshare_ILI9486: GFX style API wrapper for Waveshare_ILI9486
// ------------------------------------------------------------------
//
// GFX style API wrapper for Waveshare_ILI9486
// - https://github.com/ImpulseAdventure/Waveshare_ILI9486
// - Intended to work with the following displays:
// - Waveshare 4.0" Touch Shield for Arduino
// - Waveshare 3.5" Touch Shield for Arduino
//

// - Waveshare 4" Touch LCD Shield for Arduino (SKU: 13587)
// https://www.waveshare.com/product/modules/oleds-lcds/arduino-lcd/4inch-tft-touch-shield.htm
// - Waveshare 3.5" Touch LCD Shield for Arduino (SKU: 13506)
// https://www.waveshare.com/product/modules/oleds-lcds/arduino-lcd/3.5inch-tft-touch-shield.htm
//
// The Waveshare_ILI9486_GFX API is based on Adafruit-GFX.
// The associated copyright notice is reproduced below.
//

/*
This is the core graphics library for all our displays, providing a common
set of graphics primitives (points, lines, circles, etc.). It needs to be
Expand Down Expand Up @@ -50,6 +53,9 @@ POSSIBILITY OF SUCH DAMAGE.

#include "Fonts/fonts.h"

// Library version
#define WAVESHARE_ILI9486_VER "0.3.0"

class Waveshare_ILI9486_GFX : public Print {
protected:

Expand Down

0 comments on commit 7e9b05b

Please sign in to comment.