diff --git a/README.md b/README.md index 29e0f40..09f2cfe 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ Inkycal v2.0.0 BETA is a refactoring of the previous release. It aims to fix cer ## How to test BETA -Please note that while inkycal is in BETA, a lot of things will change in a short time. This means that problems are fixed on-the-go. If you encounter a problem, please mention it on Discord +Please note that while inkycal is in BETA, a lot of things will change in a short time. This means that problems are fixed on-the-go. If you encounter a problem, please mention it on Discord. + +If you were using the previous release, please re-run the instaler: +`bash -c "$(curl -sL https://raw.githubusercontent.com/aceisace/Inky-Calendar/master/Installer.sh)"` +and choose `uninstall` to uninstall the previous version. The last release and this BETA are __not__ compatible! ### Installation ```bash @@ -72,15 +76,12 @@ ink.test() ink.run() ``` -## Known issues (will be fixed before production) +## Known issues (will be fixed before the production release) * [ ] Inkycal-image is not yet supported * [ ] Inkycal-server is not yet supported -> depends on inkycal-image * [ ] Calibration is not yet implemented automatically. For now, only manual calibration is supported: `ink.calibrate()` - -# Please ignore anything after this, work in progress from here on------------ - ## Main features * Monthly Calendar that shows events from your Google (or other) iCalendar/s * Live weather info and forecasts for next 9 hours (openweathermap) @@ -102,14 +103,11 @@ This software is in active development. To see the current development status, [
## Hardware required -* 7.5" 3-Colour E-Paper Display (Black, White, Red/Yellow) with driver hat from [waveshare](https://www.waveshare.com/product/7.5inch-e-paper-hat-b.htm) -**or** -* 7.5" 2-Colour E-Paper Display (Black, White) with driver hat from [waveshare](https://www.waveshare.com/product/7.5inch-e-paper-hat.htm) -* Raspberry Pi Zero WH (with headers) (no soldering iron required) -* Or: Raspberry Pi Zero W. In this case, you'll need to solder 2x20 pin GPIO headers yourself -* MicroSD card (min. 4GB) +* One of the supported ePaper displays from waveshare: 4.2", 5.83", 7.5" (640x384px), 7.5"-v2 (800x400px) +* Any Raspberry Pi with 40 pins. (Even a Zero W / Zero WH is fine!) +* MicroSD card (min. 4GB) for flashing Raspbian **with Desktop**. **Lite is not supported!** * MicroUSB cable (for power) -* Something to be used as a case (e.g. a RIBBA photo-frame or a 3D-printed case) +* If you like, a case # Setup ## Getting the Raspberry Pi Zero W ready @@ -123,48 +121,18 @@ This software is in active development. To see the current development status, [ 7. Optional: If you want to disable the on-board leds of the Raspberry, follow these instructions: **[Disable on-board-led](https://www.jeffgeerling.com/blogs/jeff-geerling/controlling-pwr-act-leds-raspberry-pi)** -## Installing required packages for python 3.x -Execute the following command in the Terminal to install all required packages. Please use Raspbian Buster with Desktop (preferably the latest version). Raspbian Buster **LITE** is __not__ supported. -**`bash -c "$(curl -sL https://raw.githubusercontent.com/aceisace/Inky-Calendar/master/Installer.sh)"`** +**Upgrading from old versions:** +If you were using an older version, please use the uninstall option from the installer. After uninstalling, please follow the instructions from above to get started. -**Installing tagged versions**: -If you want to install a different version than the *master* branch, insert the tag name into the above URL, e. g. -`bash -c "$(curl -sL https://raw.githubusercontent.com/aceisace/Inky-Calendar/v1.7.1/Installer.sh)"` - -**Upgrading from old versions:**: -If you were using a previous version, please use the web-ui for generating a new settings file. Settings files from previous versions are not compatible. - - -If you get some red lines, please run `pip3 install Pillow`. - -If the installer is broken, please follow the instructions here [manual installation](https://github.com/aceisace/Inky-Calendar/wiki/Manual-installation) - -If the Installer should fail for any reason, kindly open an issue and paste the error. Thanks. - -**Preview of Installer:** -
-
-