100ask

Results 21 comments of 100ask

```c #include "lv_drivers/win32drv/win32drv.h" ..... { lv_group_t * g = lv_group_create(); lv_indev_set_group(lv_win32_keypad_device_object, g); // keyboard lv_indev_set_group(lv_win32_encoder_device_object, g); // Mouse wheel (Simulate encoder effect) } ``` - Click [here](https://gitee.com/weidongshan/lvgl_100ask_course_materials/blob/master/02_%E7%A8%8B%E5%BA%8F%E6%BA%90%E7%A0%81/01_%E8%AF%BE%E5%A0%82%E4%BB%A3%E7%A0%81/lv_100ask_teach_demos/src/lv_100ask_demo_course_3_3_1/lv_100ask_demo_course_3_3_1.c#L55) to view the...

Please try using the latest version: [https://github.com/lvgl/lv_port_win_codeblocks](https://github.com/lvgl/lv_port_win_codeblocks) Or try using another project: [https://github.com/lvgl/lv_port_linux](https://github.com/lvgl/lv_port_linux)

> Are those changes to the PNG files necessary? Oh, this is my bad. Actually, I did not make any changes to the PNG file. This was caused by transferring...

> how to custom the actual link `link_to_translation` uses? reference: - [https://www.sphinx-doc.org/zh-cn/master/extdev/index.html](https://www.sphinx-doc.org/zh-cn/master/extdev/index.html) - [http://protips.readthedocs.io/link-roles.html](http://protips.readthedocs.io/link-roles.html)

> Thank you! The changes look good to me, but I wonder what the proper order of actions is. I think: > > 1. Make the Chinese version public >...

> Just out of curiosity, how fast are the the docs.lvgl.io and lvgl.io web pages in China? Just slow, or painfully slow? For the vast majority of people without special...

> By the way, does the interactive examples also work in the translated docs? Of course, lvgl.100ask.net has the same reading effect as docs.lvgl.io. https://lvgl.100ask.net/master/examples.html ![image](https://github.com/lvgl/lvgl/assets/48745717/dad74d94-b5d0-4938-9143-458e436ea35e)

> but it's slow in China. How will we make it fast in China. - `docs.lvgl.io` slow and painful(unstable) in China because it hosts on GitHub Pages. - `https://lvgl.100ask.net` very...

> Are those changes to the PNG files necessary? @XuNeo Hi, Do I need to make changes? Actually, I did not make any changes to the PNG file. This was...

> Yes, please remove those changes to PNGs and JPGs. hi, @XuNeo Corrected. Thank you very much for your review!