From bcc5dbe47a7b5e75fc8958ed6616fc2922b63ded Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Fri, 27 Dec 2024 09:36:07 +0000 Subject: [PATCH 1/2] Update install_bjorn.sh fix option Enter your choice to (1-5) --- install_bjorn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_bjorn.sh b/install_bjorn.sh index 92d6675..9a3ef2b 100644 --- a/install_bjorn.sh +++ b/install_bjorn.sh @@ -539,7 +539,7 @@ main() { echo "5. epd2in7" while true; do - read -p "Enter your choice (1-4): " epd_choice + read -p "Enter your choice (1-5): " epd_choice case $epd_choice in 1) EPD_VERSION="epd2in13"; break;; 2) EPD_VERSION="epd2in13_V2"; break;; From 2b9b8dd12ad31feb7e1c39c3556e8d2533f0d2ee Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Tue, 31 Dec 2024 02:06:13 +0000 Subject: [PATCH 2/2] add option for screen 2.7 add For 2.7: "epd_type": "epd2in7", --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 225552f..5c7665c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -135,7 +135,7 @@ Change the value according to your screen model: - For 2.13 V2: "epd_type": "epd2in13_V2", - For 2.13 V3: "epd_type": "epd2in13_V3", - For 2.13 V4: "epd_type": "epd2in13_V4", - +- For 2.7: "epd_type": "epd2in7", Press Esc to exit insert mode Type :wq and press Enter to save and quit