# haasui_ued_demo **Repository Path**: yocop/haasui_ued_demo ## Basic Information - **Project Name**: haasui_ued_demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-30 - **Last Updated**: 2024-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 haasui_ued_demo是一个UI demo,集成了各种基础控件,包含了播放、Voice等服务,可以在界面上进行相应的操作。UI小程序相关的开发指南可以参考[官方指南](https://haas.iot.aliyun.com/haasui/quickstart)。`data/resources`目录下预置了小程序编译打包好的相关资源文件。 # CDK 在CDK的首页,通过搜索关键字haasui,可以找到haasui_ued_demo,然后创建工程。 CDK的使用可以参考YoCBook [《CDK开发快速上手》](https://www.xrvm.cn/document?temp=use-cdk-to-get-started-quickly&slug=yocbook) 章节 # 烧录 通过CDK编译完成之后会在out目录下生成yoc_rtos_8M.img文件,此文件即为最终的镜像文件。 使用全志烧写工具进行烧录。如何安装及烧写请参考[全志官方网站](https://d1.docs.aw-ol.com/study/study_4compile/#phoenixsuit)。 # 启动 烧录完成之后系统会自动启动,LCD屏幕上会显示UI,根据界面的提示可以进行触屏操作。 ```cli (cli-uart)# ###YoC###[Feb 15 2022,02:20:13] cpu clock is 1008000000Hz display init ok. spi0 clock is 50000000Hz haasui entry here! haasui build time: Feb 15 2022, 02:19:39 [TP] GT9xx init [TP] start to probe![2, 0x5d] 0X39 0X31 0X31 0X0 0X0 [TP] Found chip gt911 [TP] GT9xx Config version: 0x5C [TP] GT9xx Sensor id: 0x03 @@@show homepage@@@ ```