Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion install_bjorn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;;
Expand Down