Skip to content

Commit

Permalink
Removed documentation from the master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosefr committed May 15, 2015
1 parent ce8de6f commit c0de2d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ What is it?
===========

**PCD8544** is a library for the [Arduino](http://arduino.cc/) to interface with LCDs based on the
Philips PCD8544 controller ([datasheet](https://github.com/carlosefr/pcd8544/blob/master/docs/pcd8544.pdf?raw=true))
Philips PCD8544 controller ([datasheet](https://github.com/carlosefr/pcd8544/blob/docs/docs/pcd8544.pdf?raw=true))
or compatibles. These displays are commonly found on older monochrome mobile phones, such as the
[Nokia 3310](http://en.wikipedia.org/wiki/Nokia_3310) or [5110](http://en.wikipedia.org/wiki/Nokia_5110),
so if you have one of these stuck in a drawer, take it out and start hacking away! :)
Expand All @@ -12,7 +12,7 @@ so if you have one of these stuck in a drawer, take it out and start hacking awa
Installation
============

Download the latest "PCD8544-arduino-_version_.zip" file from the [releases](https://github.com/carlosefr/pcd8544/releases) section. Then open it from the `Sketch > Include Library > Add .ZIP Library...` menu inside the Arduino IDE and a new "PCD8544" entry should appear in the `Sketch > Include Library` and `File > Examples` menus.
Download the latest zip file from the [releases](https://github.com/carlosefr/pcd8544/releases) section. Then open it from the `Sketch > Include Library > Add .ZIP Library...` menu inside the Arduino IDE and a new "PCD8544" entry should appear in the `Sketch > Include Library` and `File > Examples` menus.

![Arduino IDE](http://cloud.carlos-rodrigues.com/projects/pcd8544/screenshot-01.png)

Expand Down
Binary file removed docs/pcd8544.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=PCD8544
version=1.4.1
version=1.4.2
author=Carlos Rodrigues
maintainer=Carlos Rodrigues <[email protected]>
sentence=Philips PCD8544 or compatible LCD library.
Expand Down

0 comments on commit c0de2d1

Please sign in to comment.