diff --git a/frontend/ui/quickstart.lua b/frontend/ui/quickstart.lua index f630ffcb9..1b0436288 100644 --- a/frontend/ui/quickstart.lua +++ b/frontend/ui/quickstart.lua @@ -95,7 +95,7 @@ if Device:hasScreenKB() then -- Use correct k4 illustration and appropriate button mapping table.insert(quickstart_guide, _([[## User interface - +
![Touch zones](resources/quickstart/kindle4.png)
- To show the **TOP MENU** or **BOTTOM MENU** press the **Menu** or **Press** keys respectively. - The **STATUS BAR** can be set to show a multitude of information regarding your reading progress or device state. @@ -105,7 +105,7 @@ elseif Device:hasSymKey() then -- Use correct k3 illustration and appropriate button mapping table.insert(quickstart_guide, _([[## User interface - +
![Touch zones](resources/quickstart/kindle3.png)
- To show the **TOP MENU** or **BOTTOM MENU** press the **Menu** or **Aa** keys respectively. - The **STATUS BAR** can be set to show a multitude of information regarding your reading progress or device state. diff --git a/resources/quickstart/kindle3.png b/resources/quickstart/kindle3.png new file mode 100644 index 000000000..229ef03c5 Binary files /dev/null and b/resources/quickstart/kindle3.png differ diff --git a/resources/quickstart/kindle4.png b/resources/quickstart/kindle4.png new file mode 100644 index 000000000..4f42ec906 Binary files /dev/null and b/resources/quickstart/kindle4.png differ