From cb11afd5d18d943ef83341876f1ce19bf8c7bde4 Mon Sep 17 00:00:00 2001 From: infinition <37984399+infinition@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:48:24 +0100 Subject: [PATCH] Update README.md Added the choice to choose epd screen type --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 11c71b8..1c9948c 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,24 @@ sudo pip install -r requirements.txt --break-system-packages # As i did not succeed "for now" to get a stable installation with a virtual environment, i installed the dependencies system wide (with --break-system-packages), it did not cause any issue so far. You can try to install them in a virtual environment if you want. ``` +##### 3.1: Configure E-Paper Display Type +Choose your e-Paper HAT version by modifying the configuration file: + +1. Open the configuration file: +```bash +sudo vi /home/bjorn/Bjorn/config/shared_config.json +``` +Press i to enter insert mode +Locate the line containing "epd_type": +Change the value according to your screen model: + +- For 2.13 V1: "epd_type": "epd2in13", +- For 2.13 V2: "epd_type": "epd2in13_V2", +- For 2.13 V3: "epd_type": "epd2in13_V3", +- For 2.13 V4: "epd_type": "epd2in13_V4", + +Press Esc to exit insert mode +Type :wq and press Enter to save and quit #### Step 4: Configure File Descriptor Limits