Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update README.md #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# p10-football
# p10-football:

football timer using arduino and P10 led panel display.

Expand All @@ -8,13 +8,13 @@ football.ino code could be used to run a timmer for football from 0:0 to infinit
football_twoHalfs.ino code could be used to put up two halfs of the match . The first half stats from 0:0 and goes on till the power is turned off. The second half starts from 30:0 and goes on untill the power is turned off


# P10 library
# P10 library:

use the upto date library from this link http://www.electroons.com/blog/ledp10-arduino-library-for-p10-led-display-panels/
the details of how to instal and use the P10 library are given in detail in the above link
Use p10_pinout.png to wireup your display from arduino.

## Library features:
# Library features:

Can drive up to 320×16 pixels (10 Panels connected in cascade).

Expand All @@ -30,7 +30,7 @@ Supports only text based content right now.

256 step Brightness control.

## Installation :
# Installation :

Unzip the LedP10 archive inside any directory on your machine.

Expand All @@ -47,5 +47,5 @@ You will find a few example program to demonstrate the usage of our library.
Build your own project by modifying these examples in the way you want.


# This code repo is powered by MOTIFY.IN
## This code repo is powered by MOTIFY.IN
more details and functionalities will be added soon