# 100ask_r128_demos **Repository Path**: weidongshan/100ask_r128_demos ## Basic Information - **Project Name**: 100ask_r128_demos - **Description**: 基于R128SDK提供的底层接口而编写的应用示例 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: https://aw-r128.100ask.net - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 5 - **Created**: 2023-10-23 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: 全志, R128, 全志单片机, Allwinner, DShanMCU ## README | Supported Targets | [R128 DevKit](https://www.aliexpress.us/item/3256805799420975.html) | | ----------------- | ------------ | ---

English | 中文

# Introduction 100ask_r128_demos is positioned as a third-party library for R128, so it is an application example written based on the underlying interface provided by the R128 SDK, including the following sections: | | | | :--- | :--- | |get_started | [./get_started/README.md](./get_started/README.md) | |lv_100ask_desktop | [./lv_100ask_desktop/README.md](./lv_100ask_desktop/README.md) | |module_driver | [./module_driver/README.md](./module_driver/README.md) | |nwatch | [./nwatch/README.md](./nwatch/README.md) | |other | [./other/README.md](./other/README.md) |More todo... | More todo... | # Usage As a third-party library for R128, 100ask_r128_demos is very simple to use: 1. Copy the 100ask_r128_demos directory to this directory in sdk: `R128-S2-SDK/lichee/rtos-components/thirdparty` 2. Open the file `R128-S2-SDK/lichee/rtos-components/thirdparty/Makefile` for editing and add the following content at the end/beginning of the file: ```shell obj-$(CONFIG_COMPONENTS_100ASK_R128_DEMOS) += 100ask_r128_demos/ ``` 3. Open the file `R128-S2-SDK/lichee/rtos-components/thirdparty/Kconfig` for editing and add the following content at the end/beginning of the file: ```shell source components/common/thirdparty/100ask_r128_demos/Kconfig ``` 4. Execute **mrtos_menuconfig** to enter the location shown below for configuration: ```shell System components ---> thirdparty components ---> USE 100ask_r128_demos ---> --- USE 100ask_r128_demos [*] USE USE_100ASK_MODULE_DRIVER ---> [ ] 100ask lvgl desktop [*] NWatch demo ...... ``` 5. Compile and package: **mrtos && pack** # Forum - Allwinne: [https://bbs.aw-ol.com](https://bbs.aw-ol.com/recent?cid[]=2) - 100ASK: [https://forums.100ask.net](https://forums.100ask.net)