diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-27 18:20:30 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-27 18:20:30 -0400 |
| commit | 4681ebe60b5020c63c58034ad3072c0c5e3ca940 (patch) | |
| tree | 2ddb730eeb18ec22366ecf20f1edcb0e4e54864c | |
| parent | 3d4a76345194c9fb47475fc83d40567e8c451ed9 (diff) | |
Final Push of Stable before porting to Pico
| -rw-r--r-- | Example.settings.json | 3 | ||||
| -rw-r--r-- | README.md | 20 | ||||
| -rw-r--r-- | __pycache__/Adafruit_Thermal.cpython-39.pyc | bin | 15579 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/cal.cpython-310.pyc | bin | 1304 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/cal.cpython-39.pyc | bin | 1294 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/ipqr.cpython-39.pyc | bin | 627 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/natDay.cpython-310.pyc | bin | 665 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/natDay.cpython-39.pyc | bin | 653 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/news.cpython-310.pyc | bin | 844 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/news.cpython-39.pyc | bin | 832 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/quote.cpython-310.pyc | bin | 602 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/quote.cpython-39.pyc | bin | 590 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/settings.cpython-310.pyc | bin | 380 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/settings.cpython-39.pyc | bin | 415 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/weather.cpython-310.pyc | bin | 1622 -> 0 bytes | |||
| -rw-r--r-- | __pycache__/weather.cpython-39.pyc | bin | 1756 -> 0 bytes |
16 files changed, 14 insertions, 9 deletions
diff --git a/Example.settings.json b/Example.settings.json index c0b654d..b8b78d5 100644 --- a/Example.settings.json +++ b/Example.settings.json @@ -25,4 +25,5 @@ "name": "yourName", "Line Width": 32 } -}
\ No newline at end of file +} + @@ -1,13 +1,13 @@ # The Morning Paper -The Morning Paper is a project that prints out different information to a -receipt printer in the morning. The project will include template modules for -today's calendar events, the weather, a quote, top news headlines, and the +The Morning Paper is a project that prints out different information to a +receipt printer in the morning. The project will include template modules for +today's calendar events, the weather, a quote, top news headlines, and the national day. ## Modules -The modules provided are written in python and will use the [adafruit thermal -printer library](https://github.com/adafruit/Python-Thermal-Printer) to -interface with the +The modules provided are written in python and will use the [adafruit thermal +printer library](https://github.com/adafruit/Python-Thermal-Printer) to +interface with the [adafruit thermal printer used](https://www.adafruit.com/product/600). ## TODO @@ -19,6 +19,10 @@ interface with the - Web interface for settings ~~- Settings print out with qr code to ip address~~ - Fix the Phantom j +- Migrate to the RPI Pico W + - Use their wireless packages to connect to internet + - Decide how to handle storing wireless + - Look into the [Circutpython Printer Library](https://learn.adafruit.com/mini-thermal-receipt-printer/circuitpython) ## Parts - [Adafruit Thermal Printer](https://www.adafruit.com/product/600) @@ -31,5 +35,5 @@ interface with the - [National Day API](https://national-api-day.herokuapp.com) ## Setup -Rename Example.settings.json to settings.json and fill in the needed -information.
\ No newline at end of file +Rename Example.settings.json to settings.json and fill in the needed +information. diff --git a/__pycache__/Adafruit_Thermal.cpython-39.pyc b/__pycache__/Adafruit_Thermal.cpython-39.pyc Binary files differdeleted file mode 100644 index 4a5e00b..0000000 --- a/__pycache__/Adafruit_Thermal.cpython-39.pyc +++ /dev/null diff --git a/__pycache__/cal.cpython-310.pyc b/__pycache__/cal.cpython-310.pyc Binary files differdeleted file mode 100644 index 2f41663..0000000 --- a/__pycache__/cal.cpython-310.pyc +++ /dev/null diff --git a/__pycache__/cal.cpython-39.pyc b/__pycache__/cal.cpython-39.pyc Binary files differdeleted file mode 100644 index 5b90adf..0000000 --- a/__pycache__/cal.cpython-39.pyc +++ /dev/null diff --git a/__pycache__/ipqr.cpython-39.pyc b/__pycache__/ipqr.cpython-39.pyc Binary files differdeleted file mode 100644 index b64b294..0000000 --- a/__pycache__/ipqr.cpython-39.pyc +++ /dev/null diff --git a/__pycache__/natDay.cpython-310.pyc b/__pycache__/natDay.cpython-310.pyc Binary files differdeleted file mode 100644 index c1c7433..0000000 --- a/__pycache__/natDay.cpython-310.pyc +++ /dev/null diff --git a/__pycache__/natDay.cpython-39.pyc b/__pycache__/natDay.cpython-39.pyc Binary files differdeleted file mode 100644 index bd91c23..0000000 --- a/__pycache__/natDay.cpython-39.pyc +++ /dev/null diff --git a/__pycache__/news.cpython-310.pyc b/__pycache__/news.cpython-310.pyc Binary files differdeleted file mode 100644 index cb7bfb1..0000000 --- a/__pycache__/news.cpython-310.pyc +++ /dev/null diff --git a/__pycache__/news.cpython-39.pyc b/__pycache__/news.cpython-39.pyc Binary files differdeleted file mode 100644 index 9f4a227..0000000 --- a/__pycache__/news.cpython-39.pyc +++ /dev/null diff --git a/__pycache__/quote.cpython-310.pyc b/__pycache__/quote.cpython-310.pyc Binary files differdeleted file mode 100644 index 608f74f..0000000 --- a/__pycache__/quote.cpython-310.pyc +++ /dev/null diff --git a/__pycache__/quote.cpython-39.pyc b/__pycache__/quote.cpython-39.pyc Binary files differdeleted file mode 100644 index 6b0e847..0000000 --- a/__pycache__/quote.cpython-39.pyc +++ /dev/null diff --git a/__pycache__/settings.cpython-310.pyc b/__pycache__/settings.cpython-310.pyc Binary files differdeleted file mode 100644 index 016635d..0000000 --- a/__pycache__/settings.cpython-310.pyc +++ /dev/null diff --git a/__pycache__/settings.cpython-39.pyc b/__pycache__/settings.cpython-39.pyc Binary files differdeleted file mode 100644 index 760b11a..0000000 --- a/__pycache__/settings.cpython-39.pyc +++ /dev/null diff --git a/__pycache__/weather.cpython-310.pyc b/__pycache__/weather.cpython-310.pyc Binary files differdeleted file mode 100644 index 379b763..0000000 --- a/__pycache__/weather.cpython-310.pyc +++ /dev/null diff --git a/__pycache__/weather.cpython-39.pyc b/__pycache__/weather.cpython-39.pyc Binary files differdeleted file mode 100644 index 13ed610..0000000 --- a/__pycache__/weather.cpython-39.pyc +++ /dev/null |
