# lv_100ask_demos **Repository Path**: weidongshan/lv_100ask_demos ## Basic Information - **Project Name**: lv_100ask_demos - **Description**: 百问网平台无关lvgl demo仓库。 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2021-11-11 - **Last Updated**: 2025-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: linux-desktop ## README # Demos for LVGL ## Add the examples to your projects
English

1. Clone this repository: `git clone xxxx`. 2. The `lv_100ask_demos` directory should be next to the `lvgl` directory in your project. Similarly to `lv_conf.h` there is a configuration file for the examples too. It is called `lv_demo_conf.h`. 1. Copy `lv_100ask_demos/lv_100ask_demo_conf_template.h` next to `lv_100ask_demos` directory 2. Rename it to `lv_100ask_demo_conf.h` 3. Change the first `#if 0` to `#if 1` to enable the file's content 4. Enable or Disable demos

1. 将此仓库克隆下来: `git clone xxxx`. 2. 克隆下来之后将`lv_100ask_demos` 目录放在你的项目中的 `lvgl` 库目录的旁边。 与 `lv_conf.h` 类似,此仓库示例也有一个配置文件。它就是`lv_demo_conf.h`。 1. 将 `lv_100ask_demos/lv_100ask_demo_conf_template.h` 复制到 `lv_100ask_demos` 目录旁边 2. 将 `lv_100ask_demo_conf_template.h` 重命名为 `lv_100ask_demo_conf.h` 3. 将重命名之后的 `lv_100ask_demo_conf.h` 中的第一个 `#if 0` 更改为 `#if 1` 以启用文件的内容 4. 启用或禁用具体示例 ## Demos ### 游戏类 #### 2048 2048小游戏 #### Memory 数字对拼图小游戏 #### Snake 贪吃蛇小游戏 ### 效率类 #### Calculator 计算器 ## Contributing TODO