Changes for page LTS5 LoRa HMI Touch Screen
Last modified by Dilisi S on 2025/02/26 19:24
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -107,13 +107,20 @@ 107 107 == 2.1 About this demo == 108 108 109 109 110 - In thisGettingStartedExample,wewill showhow to design a simpleDisplay UIand uploadittoLTS5.This UI has a button , when user click thebutton. TheWeb UI will jumpto anew page.110 +This getting started example demonstrates how to design and deploy a simple display UI for the LTS5 device. The example includes: 111 111 112 +* Creating a basic UI with a single button. 113 +* Implementing functionality to navigate the Web UI to a new page when the button is clicked. 114 +* Uploading the UI to the LTS5 device. 112 112 116 + 117 +By completing this demo, you will gain foundational knowledge for customizing the LTS5 interface and building more advanced IoT applications. 118 + 119 + 113 113 == 2.2 Install Software Running Environment == 114 114 115 115 116 -The ESP MCU canbedevelopedusingtilizeforediting.123 +The **ESP MCU** supports development using **ESP-IDF**, **Arduino**, or **MicroPython**. For this project, we use **ESP-IDF** for compilation and **Visual Studio Code (VS Code)** as the development environment. 117 117 118 118 119 119 === 2.2.1 Install VSCode and ESP-IDF extension ===