From 0215f0532490d01bebadd7089c6c3f93cabab215 Mon Sep 17 00:00:00 2001 From: Aleksei Kvitinskii Date: Sat, 28 Sep 2019 13:55:31 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 023f423a..9e881d89 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ are available for Debian Stretch based distributions such as Raspbian and OctoPi For example for a Raspbian Stretch: ```sh -wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.1.0/octoscreen_2.1-1_armhf.deb -sudo dpkg -i octoscreen_2.1-1_armhf.deb +wget wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.2.1/octoscreen_2.2-2_armhf.deb +sudo dpkg -i octoscreen_2.2-2_armhf.deb ``` ### Install from source From e287aa18e6d602213bdad81f0835959f16f66e6c Mon Sep 17 00:00:00 2001 From: Aleksei Kvitinskii Date: Sat, 28 Sep 2019 13:56:12 +0300 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e881d89..b9e8a478 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ are available for Debian Stretch based distributions such as Raspbian and OctoPi For example for a Raspbian Stretch: ```sh -wget wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.2.1/octoscreen_2.2-2_armhf.deb +wget https://github.com/Z-Bolt/OctoScreen/releases/download/v2.2.1/octoscreen_2.2-2_armhf.deb sudo dpkg -i octoscreen_2.2-2_armhf.deb ``` From 437f5128a1780c04ca1cdc14253d767f9f67bdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Membr=C3=A9?= Date: Mon, 7 Oct 2019 19:27:57 +0200 Subject: [PATCH 3/4] Add a link to the official doc for hdmi_cvt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e8a478..0b907ee2 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ the `.deb` package you can configure it at `/etc/octoscreen/config`. - `OCTOSCREEN_STYLE_PATH` - Several themes are supported, and style configurations can be done through CSS. This variable defines the location of the application theme. -- `OCTOSCREEN_RESOLUTION` - Resolution of the application, should be configured to the resolution of your screen. Optimal resolution for OctoScreen is no less than 800x480, so if the physical resolution of your screen is 480x320, it's recommended to set the software resolution 800x533. If you are using Raspbian you can do it by changing hdmi_cvt param in /boot/config.txt file +- `OCTOSCREEN_RESOLUTION` - Resolution of the application, should be configured to the resolution of your screen. Optimal resolution for OctoScreen is no less than 800x480, so if the physical resolution of your screen is 480x320, it's recommended to set the software resolution 800x533. If you are using Raspbian you can do it by changing [`hdmi_cvt`](https://www.raspberrypi.org/documentation/configuration/config-txt/video.md) param in `/boot/config.txt` file ### Custom controls and commands From f394336c0d4c09b9ee1c8bdf8cb1022ca515cd3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Membr=C3=A9?= Date: Mon, 7 Oct 2019 19:29:17 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b907ee2..a6105cbb 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ the `.deb` package you can configure it at `/etc/octoscreen/config`. - `OCTOSCREEN_STYLE_PATH` - Several themes are supported, and style configurations can be done through CSS. This variable defines the location of the application theme. -- `OCTOSCREEN_RESOLUTION` - Resolution of the application, should be configured to the resolution of your screen. Optimal resolution for OctoScreen is no less than 800x480, so if the physical resolution of your screen is 480x320, it's recommended to set the software resolution 800x533. If you are using Raspbian you can do it by changing [`hdmi_cvt`](https://www.raspberrypi.org/documentation/configuration/config-txt/video.md) param in `/boot/config.txt` file +- `OCTOSCREEN_RESOLUTION` - Resolution of the application, should be configured to the resolution of your screen. Optimal resolution for OctoScreen is no less than 800x480, so if the physical resolution of your screen is 480x320, it's recommended to set the software resolution 800x533. If you are using Raspbian you can do it by changing [`hdmi_cvt`](https://www.raspberrypi.org/documentation/configuration/config-txt/video.md) param in `/boot/config.txt` file. ### Custom controls and commands