Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Z-Bolt/OctoScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkv committed Oct 15, 2019
2 parents 0b321b5 + 567e1f3 commit 257a6a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 257a6a3

Please sign in to comment.