biubiu/lv_lib_100ask

uploaded 2 weeks ago

readme

# Introduction
`lv_lib_100ask` is a reference for various out of the box schemes based on lvgl library or an enhanced interface for various components of lvgl library.

# Item
|  path   | describe  |
|  ----  | ----  |
| [src/lv_100ask_pinyin_ime](src/lv_100ask_pinyin_ime/README_zh.md) | Lvgl component enhanced interface (Pinyin IME) |
| [src/lv_100ask_sketchpad](src/lv_100ask_sketchpad/README_zh.md) | Lvgl component enhanced interface (drawing board) |
| [src/lv_100ask_page_manager](src/lv_100ask_page_manager/README_zh.md) | Lvgl component enhanced interface (Page Manager) |
| [src/lv_100ask_calc](src/lv_100ask_calc/README_zh.md) | Lvgl component enhanced interface (Calculator) 
| [src/lv_100ask_2048](src/lv_100ask_2048/README_zh.md) | Lvgl scheme reference (2048) |
| [src/lv_100ask_memory_game](src/lv_100ask_memory_game/README_zh.md) | Lvgl scheme reference (number pair puzzle) |
| [src/lv_100ask_file_explorer](src/lv_100ask_file_explorer/README_zh.md) | Lvgl scheme reference (file explorer) |
| [src/lv_100ask_nes](src/lv_100ask_nes/README_zh.md) | Lvgl scheme reference (NES simulator) |
| [src/lv_100ask_screenshot](src/lv_100ask_screenshot/README_zh.md) | lvgl screenshot |
| more todo...  | more todo... |

# Usage

1. Clone this repository:  `https://github.com/100askTeam/lv_lib_100ask.git`
2. The `lv_lib_100ask` 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_lib_100ask_conf.h`.
3. Copy `lv_lib_100ask/lv_lib_100ask_conf_template.h` next to `lv_lib_100ask` directory
4. Rename it to `lv_lib_100ask_conf.h`
5. Change the first `#if 0` to `#if 1` to enable the file's content
6. Enable or Disable function

# About
This is an open project and contribution is very welcome!

- lvgl:[https://lvgl.io](https://lvgl.io)
- lvgl docs:[https://docs.lvgl.io](https://docs.lvgl.io)
- lvgl forum:https://forum.lvgl.io](https://forum.lvgl.io/)
- 100ask lvgl docs:[http://lvgl.100ask.net](http://lvgl.100ask.net)
- 100ask lvgl forum:[https://forums.100ask.net/c/13-category/13](https://forums.100ask.net/c/13-category/13)
- 100ask lvgl online communities:[http://lvgl.100ask.net/master/contact_us/index.html](http://lvgl.100ask.net/master/contact_us/index.html)
- 100ask lvgl video tutorial:
    - [https://www.bilibili.com/video/BV1Ya411r7K2](https://www.bilibili.com/video/BV1Ya411r7K2)
    - [https://www.100ask.net/detail/p_61c5a317e4b0cca4a4e8b6f1/6](https://www.100ask.net/detail/p_61c5a317e4b0cca4a4e8b6f1/6)

Links

  • Repository Repository

Supports all targets

License: MIT

To add this component to your project, run:

idf.py add-dependency "biubiu/lv_lib_100ask^9.0.0"

or download archive

Stats

  • Archive size
    Archive size: 26.75 MB
  • Downloaded in total
    Downloaded in total 28 times
  • Downloaded this version
    This version: 0 times

Badge

biubiu/lv_lib_100ask version: 9.0.0
|