-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jfoot/dev
Dev
- Loading branch information
Showing
18 changed files
with
7,511 additions
and
3,724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
github: #[jfoot] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: ['https://paypal.me/JonathanFoot'] | ||
# These are supported funding model platforms | ||
|
||
github: #[jfoot] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: # Replace with a single Open Collective username | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: ['https://paypal.me/JonathanFoot'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: jfoot | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behaviour: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots or Error Trace** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Program information:** | ||
- Pi Type [e.g. Pi Zero WH] | ||
- Program [e.g. NationalBuses.py] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: jfoot | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behaviour: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behaviour** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots or Error Trace** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Program information:** | ||
- Pi Type [e.g. Pi Zero WH] | ||
- Program [e.g. NationalBuses.py] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,33 @@ | ||
This project was first created by Jonathan Foot (Github: jfoot). | ||
All rights are reserved (C) 2019. | ||
|
||
Project Website: https://departureboard.jonathanfoot.com | ||
Documentation: https://jonathanfoot.com/Projects/DepartureBoard | ||
Terms and Conditions: https://jonathanfoot.com/Projects/DepartureBoard/TermsAndConditions | ||
Contact: [email protected] | ||
|
||
Description: This project currently consists of three programs which | ||
will emulate a live rail or bus departure board and display it on | ||
an ER-OLEDM032 display (256X64). | ||
|
||
Project Includes: | ||
ReadingBuses.py – Display any Reading Buses stop and services. | ||
NationalBuses.py – Display any UK bus stop, data quality may | ||
vary region to region. | ||
NationalRail.py – Display any UK train station, excluding the | ||
London Underground. | ||
LondonUnderground.py - Display any London Underground Tube | ||
station. | ||
Demo.py - Test the program without needing any API credentials. | ||
|
||
This project was first created by Jonathan Foot (Github: jfoot). | ||
All rights are reserved (C) 2021. | ||
|
||
Project Website: https://departureboard.jonathanfoot.com | ||
Documentation: https://jonathanfoot.com/Projects/DepartureBoard | ||
Terms and Conditions: https://jonathanfoot.com/Projects/DepartureBoard/TermsAndConditions | ||
Contact: [email protected] | ||
|
||
Description: This project currently consists of three programs which | ||
will emulate a live rail or bus departure board and display it on | ||
an ER-OLEDM032 display (256X64). | ||
|
||
Project (Python3) Includes: | ||
ReadingBusesPy3.py – Display any Reading Buses stop and services. | ||
NationalBusesPy3.py – Display any UK bus stop, data quality may | ||
vary region to region. | ||
NationalRailPy3.py – Display any UK train station, excluding the | ||
London Underground. | ||
LondonUndergroundPy3.py - Display any London Underground Tube | ||
station. | ||
DemoPy3.py - Test the program without needing any API credentials. | ||
|
||
|
||
Deprecated (Python 2) Project Includes: | ||
ReadingBuses.py – Display any Reading Buses stop and services. | ||
NationalBuses.py – Display any UK bus stop, data quality may | ||
vary region to region. | ||
NationalRail.py – Display any UK train station, excluding the | ||
London Underground. | ||
LondonUnderground.py - Display any London Underground Tube | ||
station. | ||
Demo.py - Test the program without needing any API credentials. | ||
|
Oops, something went wrong.