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,20 +107,13 @@ 107 107 == 2.1 About this demo == 108 108 109 109 110 - Thisgettingstartedexampledemonstrateshow to design anddeploy asimpledisplay UIfortheLTS5device. The exampleincludes:110 +In this Getting Started Example, we will show how to design a simple Display UI and upload it to LTS5. This UI has a button , when user click the button. The Web UI will jump to a new page. 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. 115 115 116 - 117 -By completing this demo, you will gain foundational knowledge for customizing the LTS5 interface and building more advanced IoT applications. 118 - 119 - 120 120 == 2.2 Install Software Running Environment == 121 121 122 122 123 -The **ESP MCU**supportsdevelopmentusing**ESP-IDF**,**Arduino**, or**MicroPython**. For this project, we use**ESP-IDF**for compilation and**Visual Studio Code (VS** asthe developmentenvironment.116 +The ESP MCU can be developed using ESP-IDF, Arduino, or MicroPython. For this project, we utilize ESP-IDF for compilation and Visual Studio Code (VSCode) for editing. 124 124 125 125 126 126 === 2.2.1 Install VSCode and ESP-IDF extension ===