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 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;;