Skip to content

Commit 57bb213

Browse files
committed
Edited readmes and added rpi fritzing part
1 parent e94c4a0 commit 57bb213

8 files changed

+1577
-32
lines changed

README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
RaspberryPi
2-
===========
1+
Raspberry Pi
2+
============
3+
In this repository you will find some miscellaneous Raspberry PI stuff by _André Wussow_.
34

4-
Miscellaneous Raspberry PI stuff
5+
In most cases you will find more informations at http://www.binerry.de.
6+
7+
License
8+
-------
9+
The repository content provides free software; you can redistribute it
10+
and/or modify it under the terms of the GNU Lesser General Public License
11+
as published by the Free Software Foundation; either version 2.1 of the License,
12+
or (at your option) any later version.
13+
14+
Everything is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17+
Lesser General Public License for more details.

libraries/c/PCD8544/README.md

+11-29
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,17 @@
1-
RaspberryPi
2-
=================================================================================
3-
Name : PCD8544
4-
Version : 0.1
1+
Raspberry Pi PCD8544 Library
2+
============================
3+
A simple PCD8544 LCD (Nokia3310/5110) driver. Target board is Raspberry Pi.
4+
This driver uses 5 GPIOs on target board with a bit-bang SPI implementation (hence, may not be as fast but seems fast enough).
5+
Makes use of WiringPI-library of _Gordon Henderson_ (https://projects.drogon.net/raspberry-pi/wiringpi/)
56

6-
Copyright (C) 2010 Limor Fried, Adafruit Industries
7-
CORTEX-M3 version by Le Dang Dung, 2011 [email protected] (tested on LPC1769)
8-
Raspberry Pi version by Andre Wussow, 2012, [email protected]
7+
Copyright (C) 2010 _Limor Fried_, _Adafruit Industries_
8+
CORTEX-M3 version by _Le Dang Dung_, 2011 [email protected] (tested on LPC1769)
9+
Raspberry Pi version by _Andre Wussow_, 2012, [email protected]
910

10-
Description :
11-
A simple PCD8544 LCD (Nokia3310/5110) driver. Target board is Raspberry Pi.
12-
This driver uses 5 GPIOs on target board with a bit-bang SPI implementation
13-
(hence, may not be as fast).
14-
Makes use of WiringPI-library of Gordon Henderson (https://projects.drogon.net/raspberry-pi/wiringpi/)
11+
For more informations please visit http://binerry.de/post/25787954149/pcd8544-library-for-raspberry-pi.
1512

16-
Recommended connection (http://www.raspberrypi.org/archives/384):
17-
LCD pins Raspberry Pi
18-
LCD1 - GND P06 - GND
19-
LCD2 - VCC P01 - 3.3V
20-
LCD3 - CLK P11 - GPIO0
21-
LCD4 - Din P12 - GPIO1
22-
LCD5 - D/C P13 - GPIO2
23-
LCD6 - CS P15 - GPIO3
24-
LCD7 - RST P16 - GPIO4
25-
LCD8 - LED P01 - 3.3V
26-
27-
References :
28-
http://www.arduino.cc/playground/Code/PCD8544
29-
http://ladyada.net/products/nokia5110/
30-
http://code.google.com/p/meshphone/
31-
32-
================================================================================
13+
License
14+
-------
3315
This library is free software; you can redistribute it and/or
3416
modify it under the terms of the GNU Lesser General Public
3517
License as published by the Free Software Foundation; either
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Raspberry Pi Fritzing Part
2+
==========================
3+
For doing some prototyping stuff it maybe really helpfull to use Raspberry Pi
4+
within' Fritzing. This is the Fritzing Part (fzpz) of the main board, model b.
5+
6+
Copyright (C) 2012 by _Andre Wussow_, [email protected]
7+
8+
Fritzing is an open-source initiative of the University of Applied Sciences Potsdam
9+
to support designers, artists, researchers and hobbyists to work creatively with
10+
interactive electronics. For more informations and downloads visit http://fritzing.org
11+
12+
For more informations please visit http://binerry.de/post/26227655944/raspberry-pi-fritzing-part
13+
14+
License
15+
-------
16+
This part is free software; you can redistribute it and/or
17+
modify it under the terms of the GNU Lesser General Public
18+
License as published by the Free Software Foundation; either
19+
version 2.1 of the License, or (at your option) any later version.
20+
21+
This part is distributed in the hope that it will be useful,
22+
but WITHOUT ANY WARRANTY; without even the implied warranty of
23+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
24+
Lesser General Public License for more details.
Binary file not shown.

prototyping/fritzing/parts/board/svgs/controller_raspberry_pi_breadboard.svg

+272
Loading
Loading

0 commit comments

Comments
 (0)